Html Css Color HEX #BA30CD Dark Orchid

📋 copy color: '#BA30CD'

red 186 ◦ green 48 ◦ blue 205

#BA30CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #BA30CD

Tints of Dark Orchid #BA30CD

RGB

 RED value IS 186 (73.05% from 255) = 42.37%

 GREEN value IS 48 (19.14% from 255) = 10.93%

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 42.37%
G = 10.93%
B = 46.7%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA30CD (or 0xBA30CD) is known color: Dark Orchid. HEX triplet: BA, 30 and CD. RGB value is (186,48,205). Sum of RGB (Red+Green+Blue) = 186+48+205=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA30CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30CD is #45CF32. Grayscale: #6A6A6A. Windows color (decimal): -4575027 or 13447354. OLE color: 13447354.

HSL color Cylindrical-coordinate representation of color #BA30CD: hue angle of 292.74º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA30CD is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 48 205 -
CMYK 0.09 0.77 0 0.20
HSL 292.74º 0.62% 0.5% -
HSV(B) 292.74º 0.77% 0.8% -
XYZ 32.33 16.96 59.33 -
YUV 107.16 183.22 184.23 -
System Red Green Blue C M Y K H S L
Decimal 186 48 205 0.09 0.77 0 0.20 292.74 0.62 0.5
Hex BA 30 CD 9 4D 0 14 125 3E 32
Octal 272 60 315 11 115 0 24 445 76 62
Binary 10111010 110000 11001101 1001 1001101 0 10100 100100101 111110 110010

Color Harmonies of #BA30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA30CD

Black with #BA30CD

Text Example


Text Example

White with #BA30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA30CD; }

 p { color: rgb(186,48,205); }

 H1.HeaderClassName
 {
   color: #BA30CD;
 }
 .AnyTagClassName
 {
   color: #BA30CD;
 }
</style>

background-color css

<style>
 a { background-color: #BA30CD; }

 a { background-color: rgb(186,48,205); }

 div.DivClassName
 {
   background-color: #BA30CD;
 }
 .BgClassName
 {
   background-color: #BA30CD;
 }
</style>

border-color css

<style>
 span { border-color: #BA30CD; }

 span { border-color: rgb(186,48,205); }

 td.TdClassName
 {
   border-color: #BA30CD;
 }
 .TagClassName
 {
   border-color: #BA30CD;
 }
</style>