Html Css Color HEX #B02BDB Dark Orchid

📋 copy color: '#B02BDB'

red 176 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #B02BDB

Tints of Dark Orchid #B02BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 40.18%
G = 9.82%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B02BDB (or 0xB02BDB) is known color: Dark Orchid. HEX triplet: B0, 2B and DB. RGB value is (176,43,219). Sum of RGB (Red+Green+Blue) = 176+43+219=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #B02BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BDB is #4FD424. Grayscale: #666666. Windows color (decimal): -5231653 or 14363568. OLE color: 14363568.

HSL color Cylindrical-coordinate representation of color #B02BDB: hue angle of 285.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02BDB is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 43 219 -
CMYK 0.20 0.80 0 0.14
HSL 285.34º 0.71% 0.51% -
HSV(B) 285.34º 0.8% 0.86% -
XYZ 31.55 16.07 68.46 -
YUV 102.83 193.56 180.19 -
System Red Green Blue C M Y K H S L
Decimal 176 43 219 0.20 0.80 0 0.14 285.34 0.71 0.51
Hex B0 2B DB 14 50 0 E 11D 47 33
Octal 260 53 333 24 120 0 16 435 107 63
Binary 10110000 101011 11011011 10100 1010000 0 1110 100011101 1000111 110011

Color Harmonies of #B02BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BDB

Black with #B02BDB

Text Example


Text Example

White with #B02BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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