Html Css Color HEX #B02ADB Dark Orchid

📋 copy color: '#B02ADB'

red 176 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #B02ADB

Tints of Dark Orchid #B02ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.61%

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

R = 40.27%
G = 9.61%
B = 50.11%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B02ADB (or 0xB02ADB) is known color: Dark Orchid. HEX triplet: B0, 2A and DB. RGB value is (176,42,219). Sum of RGB (Red+Green+Blue) = 176+42+219=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #B02ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02ADB is #4FD524. Grayscale: #656565. Windows color (decimal): -5231909 or 14363312. OLE color: 14363312.

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

Color convert

RGB 176 42 219 -
CMYK 0.20 0.81 0 0.14
HSL 285.42º 0.71% 0.51% -
HSV(B) 285.42º 0.81% 0.86% -
XYZ 31.52 16 68.45 -
YUV 102.24 193.89 180.61 -
System Red Green Blue C M Y K H S L
Decimal 176 42 219 0.20 0.81 0 0.14 285.42 0.71 0.51
Hex B0 2A DB 14 51 0 E 11D 47 33
Octal 260 52 333 24 121 0 16 435 107 63
Binary 10110000 101010 11011011 10100 1010001 0 1110 100011101 1000111 110011

Color Harmonies of #B02ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02ADB

Black with #B02ADB

Text Example


Text Example

White with #B02ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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