Html Css Color HEX #B02DCB Dark Orchid

📋 copy color: '#B02DCB'

red 176 ◦ green 45 ◦ blue 203

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

Shades of Dark Orchid #B02DCB

Tints of Dark Orchid #B02DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 41.51%
G = 10.61%
B = 47.88%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B02DCB (or 0xB02DCB) is known color: Dark Orchid. HEX triplet: B0, 2D and CB. RGB value is (176,45,203). Sum of RGB (Red+Green+Blue) = 176+45+203=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #B02DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DCB is #4FD234. Grayscale: #656565. Windows color (decimal): -5231157 or 13315504. OLE color: 13315504.

HSL color Cylindrical-coordinate representation of color #B02DCB: hue angle of 289.75º 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 #B02DCB is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 45 203 -
CMYK 0.13 0.78 0 0.20
HSL 289.75º 0.64% 0.49% -
HSV(B) 289.75º 0.78% 0.8% -
XYZ 29.62 15.42 57.91 -
YUV 102.18 184.9 180.65 -
System Red Green Blue C M Y K H S L
Decimal 176 45 203 0.13 0.78 0 0.20 289.75 0.64 0.49
Hex B0 2D CB D 4E 0 14 122 40 31
Octal 260 55 313 15 116 0 24 442 100 61
Binary 10110000 101101 11001011 1101 1001110 0 10100 100100010 1000000 110001

Color Harmonies of #B02DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02DCB

Black with #B02DCB

Text Example


Text Example

White with #B02DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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