Html Css Color HEX #B022DB Dark Orchid

📋 copy color: '#B022DB'

red 176 ◦ green 34 ◦ blue 219

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

Shades of Dark Orchid #B022DB

Tints of Dark Orchid #B022DB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.93%

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

R = 41.03%
G = 7.93%
B = 51.05%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B022DB (or 0xB022DB) is known color: Dark Orchid. HEX triplet: B0, 22 and DB. RGB value is (176,34,219). Sum of RGB (Red+Green+Blue) = 176+34+219=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 34 (13.67% from 255 or 7.93% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #B022DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022DB is #4FDD24. Grayscale: #606060. Windows color (decimal): -5233957 or 14361264. OLE color: 14361264.

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

Color convert

RGB 176 34 219 -
CMYK 0.20 0.84 0 0.14
HSL 286.05º 0.73% 0.5% -
HSV(B) 286.05º 0.84% 0.86% -
XYZ 31.26 15.49 68.36 -
YUV 97.55 196.54 183.96 -
System Red Green Blue C M Y K H S L
Decimal 176 34 219 0.20 0.84 0 0.14 286.05 0.73 0.5
Hex B0 22 DB 14 54 0 E 11E 49 32
Octal 260 42 333 24 124 0 16 436 111 62
Binary 10110000 100010 11011011 10100 1010100 0 1110 100011110 1001001 110010

Color Harmonies of #B022DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022DB

Black with #B022DB

Text Example


Text Example

White with #B022DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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