Shades of Dark Orchid #B020CF
Tints of Dark Orchid #B020CF
RGB
CMYK
RGB Variations
Color information
#B020CF (or 0xB020CF) is known color: Dark Orchid. HEX triplet: B0, 20 and CF. RGB value is (176,32,207). Sum of RGB (Red+Green+Blue) = 176+32+207=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #B020CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020CF is #4FDF30. Grayscale: #5E5E5E. Windows color (decimal): -5234481 or 13574320. OLE color: 13574320.
HSL color Cylindrical-coordinate representation of color #B020CF: hue angle of 289.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B020CF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 32 | 207 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.19 |
| HSL | 289.37º | 0.73% | 0.47% | - |
| HSV(B) | 289.37º | 0.85% | 0.81% | - |
| XYZ | 29.68 | 14.77 | 60.32 | - |
| YUV | 95.01 | 191.21 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 207 | 0.15 | 0.85 | 0 | 0.19 | 289.37 | 0.73 | 0.47 |
| Hex | B0 | 20 | CF | F | 55 | 0 | 13 | 121 | 49 | 2F |
| Octal | 260 | 40 | 317 | 17 | 125 | 0 | 23 | 441 | 111 | 57 |
| Binary | 10110000 | 100000 | 11001111 | 1111 | 1010101 | 0 | 10011 | 100100001 | 1001001 | 101111 |
Color Harmonies of #B020CF
Complementary color
Monochromatic Colors of #B020CF
Black with #B020CF
Text Example
Text Example
White with #B020CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B020CF; }
p { color: rgb(176,32,207); }
H1.HeaderClassName
{
color: #B020CF;
}
.AnyTagClassName
{
color: #B020CF;
}
</style>
background-color css
<style>
a { background-color: #B020CF; }
a { background-color: rgb(176,32,207); }
div.DivClassName
{
background-color: #B020CF;
}
.BgClassName
{
background-color: #B020CF;
}
</style>
border-color css
<style>
span { border-color: #B020CF; }
span { border-color: rgb(176,32,207); }
td.TdClassName
{
border-color: #B020CF;
}
.TagClassName
{
border-color: #B020CF;
}
</style>