#B024B4

Color #B024B4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B024B4

Tints of Dark Orchid #B024B4

Color information

#B024B4 (or 0xB024B4) is unknown color: approx Dark Orchid. HEX triplet: B0, 24 and B4. RGB value is (176,36,180). Sum of RGB (Red+Green+Blue) = 176+36+180=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #B024B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024B4 is #4FDB4B. Grayscale: #5D5D5D. Windows color (decimal): -5233484 or 11805872. OLE color: 11805872.

HSL color Cylindrical-coordinate representation of color #B024B4: hue angle of 298.33º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B024B4 is Cyan = 0.02, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17636180-
CMYK0.020.800.29
HSL298.33º66.67%42.35%-
HSV(B)298.33º80%70.59%-
XYZ26.7713.7944.43-
YUV94.28176.38186.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 36 (14.45% from 255) = 9.18%
BLUE value IS 180 (70.70% from 255) = 45.92%
R=44.90%
G=9.18%
B=45.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176361800.020.800.29298.3366.6742.35
HexB024B425001D12a432a
Octal26044264212003545210352
Binary10110000100100101101001010100000111011001010101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B024B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B024B4; }

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

 H1.HeaderClassName
 {
   color: #B024B4;
 }
 .AnyTagClassName
 {
   color: #B024B4;
 }
</style>
background-color css

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

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

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

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

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

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