Html Css Color HEX #B024DB Dark Orchid

📋 copy color: '#B024DB'

red 176 ◦ green 36 ◦ blue 219

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

Shades of Dark Orchid #B024DB

Tints of Dark Orchid #B024DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.35%

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

R = 40.84%
G = 8.35%
B = 50.81%

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

#B024DB (or 0xB024DB) is known color: Dark Orchid. HEX triplet: B0, 24 and DB. RGB value is (176,36,219). Sum of RGB (Red+Green+Blue) = 176+36+219=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #B024DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024DB is #4FDB24. Grayscale: #626262. Windows color (decimal): -5233445 or 14361776. OLE color: 14361776.

HSL color Cylindrical-coordinate representation of color #B024DB: hue angle of 285.9º degrees, saturation: 0.72, 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 #B024DB is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 36 219 -
CMYK 0.20 0.84 0 0.14
HSL 285.9º 0.72% 0.5% -
HSV(B) 285.9º 0.84% 0.86% -
XYZ 31.32 15.61 68.38 -
YUV 98.72 195.88 183.12 -
System Red Green Blue C M Y K H S L
Decimal 176 36 219 0.20 0.84 0 0.14 285.9 0.72 0.5
Hex B0 24 DB 14 54 0 E 11E 48 32
Octal 260 44 333 24 124 0 16 436 110 62
Binary 10110000 100100 11011011 10100 1010100 0 1110 100011110 1001000 110010

Color Harmonies of #B024DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024DB

Black with #B024DB

Text Example


Text Example

White with #B024DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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