Html Css Color HEX #B02DCC Dark Orchid

📋 copy color: '#B02DCC'

red 176 ◦ green 45 ◦ blue 204

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

Shades of Dark Orchid #B02DCC

Tints of Dark Orchid #B02DCC

RGB

 RED value IS 176 (69.14% from 255) = 41.41%

 GREEN value IS 45 (17.97% from 255) = 10.59%

 BLUE value IS 204 (80.08% from 255) = 48%

R = 41.41%
G = 10.59%
B = 48%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B02DCC (or 0xB02DCC) is known color: Dark Orchid. HEX triplet: B0, 2D and CC. RGB value is (176,45,204). Sum of RGB (Red+Green+Blue) = 176+45+204=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #B02DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DCC is #4FD233. Grayscale: #656565. Windows color (decimal): -5231156 or 13381040. OLE color: 13381040.

HSL color Cylindrical-coordinate representation of color #B02DCC: hue angle of 289.43º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02DCC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 45 204 -
CMYK 0.14 0.78 0 0.2
HSL 289.43º 0.64% 0.49% -
HSV(B) 289.43º 0.78% 0.8% -
XYZ 29.74 15.47 58.54 -
YUV 102.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 176 45 204 0.14 0.78 0 0.2 289.43 0.64 0.49
Hex B0 2D CC E 4E 0 14 121 40 31
Octal 260 55 314 16 116 0 24 441 100 61
Binary 10110000 101101 11001100 1110 1001110 0 10100 100100001 1000000 110001

Color Harmonies of #B02DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02DCC

Black with #B02DCC

Text Example


Text Example

White with #B02DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02DCC; }

 p { color: rgb(176,45,204); }

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

background-color css

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

 a { background-color: rgb(176,45,204); }

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

border-color css

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

 span { border-color: rgb(176,45,204); }

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