Shades of Dark Orchid #B024B0
Tints of Dark Orchid #B024B0
RGB
CMYK
RGB Variations
Color information
#B024B0 (or 0xB024B0) is known color: Dark Orchid. HEX triplet: B0, 24 and B0. RGB value is (176,36,176). Sum of RGB (Red+Green+Blue) = 176+36+176=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B024B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024B0 is #4FDB4F. Grayscale: #5D5D5D. Windows color (decimal): -5233488 or 11543728. OLE color: 11543728.
HSL color Cylindrical-coordinate representation of color #B024B0: hue angle of 300º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B024B0 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 176 | - |
| CMYK | 0 | 0.80 | 0 | 0.31 |
| HSL | 300º | 0.66% | 0.42% | - |
| HSV(B) | 300º | 0.8% | 0.69% | - |
| XYZ | 26.37 | 13.63 | 42.31 | - |
| YUV | 93.82 | 174.38 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 176 | 0 | 0.80 | 0 | 0.31 | 300 | 0.66 | 0.42 |
| Hex | B0 | 24 | B0 | 0 | 50 | 0 | 1F | 12C | 42 | 2A |
| Octal | 260 | 44 | 260 | 0 | 120 | 0 | 37 | 454 | 102 | 52 |
| Binary | 10110000 | 100100 | 10110000 | 0 | 1010000 | 0 | 11111 | 100101100 | 1000010 | 101010 |
Color Harmonies of #B024B0
Complementary color
Monochromatic Colors of #B024B0
Black with #B024B0
Text Example
Text Example
White with #B024B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024B0; }
p { color: rgb(176,36,176); }
H1.HeaderClassName
{
color: #B024B0;
}
.AnyTagClassName
{
color: #B024B0;
}
</style>
background-color css
<style>
a { background-color: #B024B0; }
a { background-color: rgb(176,36,176); }
div.DivClassName
{
background-color: #B024B0;
}
.BgClassName
{
background-color: #B024B0;
}
</style>
border-color css
<style>
span { border-color: #B024B0; }
span { border-color: rgb(176,36,176); }
td.TdClassName
{
border-color: #B024B0;
}
.TagClassName
{
border-color: #B024B0;
}
</style>