Shades of Dark Orchid #B024CF
Tints of Dark Orchid #B024CF
RGB
CMYK
RGB Variations
Color information
#B024CF (or 0xB024CF) is known color: Dark Orchid. HEX triplet: B0, 24 and CF. RGB value is (176,36,207). Sum of RGB (Red+Green+Blue) = 176+36+207=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #B024CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024CF is #4FDB30. Grayscale: #606060. Windows color (decimal): -5233457 or 13575344. OLE color: 13575344.
HSL color Cylindrical-coordinate representation of color #B024CF: hue angle of 289.12º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B024CF is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 36 | 207 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.19 |
| HSL | 289.12º | 0.7% | 0.48% | - |
| HSV(B) | 289.12º | 0.83% | 0.81% | - |
| XYZ | 29.8 | 15 | 60.36 | - |
| YUV | 97.35 | 189.88 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 207 | 0.15 | 0.83 | 0 | 0.19 | 289.12 | 0.7 | 0.48 |
| Hex | B0 | 24 | CF | F | 53 | 0 | 13 | 121 | 46 | 30 |
| Octal | 260 | 44 | 317 | 17 | 123 | 0 | 23 | 441 | 106 | 60 |
| Binary | 10110000 | 100100 | 11001111 | 1111 | 1010011 | 0 | 10011 | 100100001 | 1000110 | 110000 |
Color Harmonies of #B024CF
Complementary color
Monochromatic Colors of #B024CF
Black with #B024CF
Text Example
Text Example
White with #B024CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024CF; }
p { color: rgb(176,36,207); }
H1.HeaderClassName
{
color: #B024CF;
}
.AnyTagClassName
{
color: #B024CF;
}
</style>
background-color css
<style>
a { background-color: #B024CF; }
a { background-color: rgb(176,36,207); }
div.DivClassName
{
background-color: #B024CF;
}
.BgClassName
{
background-color: #B024CF;
}
</style>
border-color css
<style>
span { border-color: #B024CF; }
span { border-color: rgb(176,36,207); }
td.TdClassName
{
border-color: #B024CF;
}
.TagClassName
{
border-color: #B024CF;
}
</style>