#B024BE

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

Shades of Dark Orchid #B024BE

Tints of Dark Orchid #B024BE

Color information

#B024BE (or 0xB024BE) is unknown color: approx Dark Orchid. HEX triplet: B0, 24 and BE. RGB value is (176,36,190). Sum of RGB (Red+Green+Blue) = 176+36+190=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #B024BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024BE is #4FDB41. Grayscale: #5E5E5E. Windows color (decimal): -5233474 or 12461232. OLE color: 12461232.

HSL color Cylindrical-coordinate representation of color #B024BE: hue angle of 294.55º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B024BE is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17636190-
CMYK0.070.8100.25
HSL294.55º68.14%44.31%-
HSV(B)294.55º81.05%74.51%-
XYZ27.8314.2149.99-
YUV95.42181.38185.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 36 (14.45% from 255) = 8.96%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=43.78%
G=8.96%
B=47.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176361900.070.8100.25294.5568.1444.31
HexB024BE751019127442c
Octal26044276712103144710454
Binary101100001001001011111011110100010110011001001111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B024BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B024BE; }

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

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

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

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

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

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

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

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