Html Css Color HEX #B024DA Dark Orchid

📋 copy color: '#B024DA'

red 176 ◦ green 36 ◦ blue 218

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

Shades of Dark Orchid #B024DA

Tints of Dark Orchid #B024DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 40.93%
G = 8.37%
B = 50.7%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B024DA (or 0xB024DA) is known color: Dark Orchid. HEX triplet: B0, 24 and DA. RGB value is (176,36,218). Sum of RGB (Red+Green+Blue) = 176+36+218=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #B024DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024DA is #4FDB25. Grayscale: #626262. Windows color (decimal): -5233446 or 14296240. OLE color: 14296240.

HSL color Cylindrical-coordinate representation of color #B024DA: hue angle of 286.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B024DA is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 36 218 -
CMYK 0.19 0.83 0 0.15
HSL 286.15º 0.72% 0.5% -
HSV(B) 286.15º 0.83% 0.85% -
XYZ 31.19 15.55 67.69 -
YUV 98.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 176 36 218 0.19 0.83 0 0.15 286.15 0.72 0.5
Hex B0 24 DA 13 53 0 F 11E 48 32
Octal 260 44 332 23 123 0 17 436 110 62
Binary 10110000 100100 11011010 10011 1010011 0 1111 100011110 1001000 110010

Color Harmonies of #B024DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024DA

Black with #B024DA

Text Example


Text Example

White with #B024DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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