Html Css Color HEX #B024DC Dark Orchid

📋 copy color: '#B024DC'

red 176 ◦ green 36 ◦ blue 220

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

Shades of Dark Orchid #B024DC

Tints of Dark Orchid #B024DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 40.74%
G = 8.33%
B = 50.93%

CMYK

 C value IS 0.2

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B024DC (or 0xB024DC) is known color: Dark Orchid. HEX triplet: B0, 24 and DC. RGB value is (176,36,220). Sum of RGB (Red+Green+Blue) = 176+36+220=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #B024DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024DC is #4FDB23. Grayscale: #626262. Windows color (decimal): -5233444 or 14427312. OLE color: 14427312.

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

Color convert

RGB 176 36 220 -
CMYK 0.2 0.84 0 0.14
HSL 285.65º 0.72% 0.5% -
HSV(B) 285.65º 0.84% 0.86% -
XYZ 31.45 15.66 69.07 -
YUV 98.84 196.38 183.04 -
System Red Green Blue C M Y K H S L
Decimal 176 36 220 0.2 0.84 0 0.14 285.65 0.72 0.5
Hex B0 24 DC 14 54 0 E 11E 48 32
Octal 260 44 334 24 124 0 16 436 110 62
Binary 10110000 100100 11011100 10100 1010100 0 1110 100011110 1001000 110010

Color Harmonies of #B024DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024DC

Black with #B024DC

Text Example


Text Example

White with #B024DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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