Html Css Color HEX #B02DB6 Dark Orchid

📋 copy color: '#B02DB6'

red 176 ◦ green 45 ◦ blue 182

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

Shades of Dark Orchid #B02DB6

Tints of Dark Orchid #B02DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.16%

R = 43.67%
G = 11.17%
B = 45.16%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B02DB6 (or 0xB02DB6) is known color: Dark Orchid. HEX triplet: B0, 2D and B6. RGB value is (176,45,182). Sum of RGB (Red+Green+Blue) = 176+45+182=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #B02DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DB6 is #4FD249. Grayscale: #636363. Windows color (decimal): -5231178 or 11939248. OLE color: 11939248.

HSL color Cylindrical-coordinate representation of color #B02DB6: hue angle of 297.37º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02DB6 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 45 182 -
CMYK 0.03 0.75 0 0.29
HSL 297.37º 0.6% 0.45% -
HSV(B) 297.37º 0.75% 0.71% -
XYZ 27.29 14.48 45.61 -
YUV 99.79 174.4 182.36 -
System Red Green Blue C M Y K H S L
Decimal 176 45 182 0.03 0.75 0 0.29 297.37 0.6 0.45
Hex B0 2D B6 3 4B 0 1D 129 3C 2D
Octal 260 55 266 3 113 0 35 451 74 55
Binary 10110000 101101 10110110 11 1001011 0 11101 100101001 111100 101101

Color Harmonies of #B02DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02DB6

Black with #B02DB6

Text Example


Text Example

White with #B02DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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