Html Css Color HEX #B021DB Dark Orchid

📋 copy color: '#B021DB'

red 176 ◦ green 33 ◦ blue 219

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

Shades of Dark Orchid #B021DB

Tints of Dark Orchid #B021DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.71%

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

R = 41.12%
G = 7.71%
B = 51.17%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B021DB (or 0xB021DB) is known color: Dark Orchid. HEX triplet: B0, 21 and DB. RGB value is (176,33,219). Sum of RGB (Red+Green+Blue) = 176+33+219=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #B021DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021DB is #4FDE24. Grayscale: #606060. Windows color (decimal): -5234213 or 14361008. OLE color: 14361008.

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

Color convert

RGB 176 33 219 -
CMYK 0.20 0.85 0 0.14
HSL 286.13º 0.74% 0.49% -
HSV(B) 286.13º 0.85% 0.86% -
XYZ 31.23 15.43 68.35 -
YUV 96.96 196.88 184.38 -
System Red Green Blue C M Y K H S L
Decimal 176 33 219 0.20 0.85 0 0.14 286.13 0.74 0.49
Hex B0 21 DB 14 55 0 E 11E 4A 31
Octal 260 41 333 24 125 0 16 436 112 61
Binary 10110000 100001 11011011 10100 1010101 0 1110 100011110 1001010 110001

Color Harmonies of #B021DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021DB

Black with #B021DB

Text Example


Text Example

White with #B021DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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