Html Css Color HEX #B02BD2 Dark Orchid

📋 copy color: '#B02BD2'

red 176 ◦ green 43 ◦ blue 210

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

Shades of Dark Orchid #B02BD2

Tints of Dark Orchid #B02BD2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.02%

 BLUE value IS 210 (82.42% from 255) = 48.95%

R = 41.03%
G = 10.02%
B = 48.95%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B02BD2 (or 0xB02BD2) is known color: Dark Orchid. HEX triplet: B0, 2B and D2. RGB value is (176,43,210). Sum of RGB (Red+Green+Blue) = 176+43+210=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 210 (82.42% from 255 or 48.95% from 429); Max value from RGB is 210 - color contains mainly: blue. Hex color #B02BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BD2 is #4FD42D. Grayscale: #656565. Windows color (decimal): -5231662 or 13773744. OLE color: 13773744.

HSL color Cylindrical-coordinate representation of color #B02BD2: hue angle of 287.78º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02BD2 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 43 210 -
CMYK 0.16 0.80 0 0.18
HSL 287.78º 0.66% 0.5% -
HSV(B) 287.78º 0.8% 0.82% -
XYZ 30.4 15.61 62.38 -
YUV 101.81 189.06 180.92 -
System Red Green Blue C M Y K H S L
Decimal 176 43 210 0.16 0.80 0 0.18 287.78 0.66 0.5
Hex B0 2B D2 10 50 0 12 120 42 32
Octal 260 53 322 20 120 0 22 440 102 62
Binary 10110000 101011 11010010 10000 1010000 0 10010 100100000 1000010 110010

Color Harmonies of #B02BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BD2

Black with #B02BD2

Text Example


Text Example

White with #B02BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BD2; }

 p { color: rgb(176,43,210); }

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

background-color css

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

 a { background-color: rgb(176,43,210); }

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

border-color css

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

 span { border-color: rgb(176,43,210); }

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