Shades of Dark Orchid #B019CF
Tints of Dark Orchid #B019CF
RGB
CMYK
RGB Variations
Color information
#B019CF (or 0xB019CF) is known color: Dark Orchid. HEX triplet: B0, 19 and CF. RGB value is (176,25,207). Sum of RGB (Red+Green+Blue) = 176+25+207=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #B019CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019CF is #4FE630. Grayscale: #5A5A5A. Windows color (decimal): -5236273 or 13572528. OLE color: 13572528.
HSL color Cylindrical-coordinate representation of color #B019CF: hue angle of 289.78º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B019CF is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 25 | 207 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.19 |
| HSL | 289.78º | 0.78% | 0.45% | - |
| HSV(B) | 289.78º | 0.88% | 0.81% | - |
| XYZ | 29.51 | 14.43 | 60.26 | - |
| YUV | 90.9 | 193.53 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 207 | 0.15 | 0.88 | 0 | 0.19 | 289.78 | 0.78 | 0.45 |
| Hex | B0 | 19 | CF | F | 58 | 0 | 13 | 122 | 4E | 2D |
| Octal | 260 | 31 | 317 | 17 | 130 | 0 | 23 | 442 | 116 | 55 |
| Binary | 10110000 | 11001 | 11001111 | 1111 | 1011000 | 0 | 10011 | 100100010 | 1001110 | 101101 |
Color Harmonies of #B019CF
Complementary color
Monochromatic Colors of #B019CF
Black with #B019CF
Text Example
Text Example
White with #B019CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B019CF; }
p { color: rgb(176,25,207); }
H1.HeaderClassName
{
color: #B019CF;
}
.AnyTagClassName
{
color: #B019CF;
}
</style>
background-color css
<style>
a { background-color: #B019CF; }
a { background-color: rgb(176,25,207); }
div.DivClassName
{
background-color: #B019CF;
}
.BgClassName
{
background-color: #B019CF;
}
</style>
border-color css
<style>
span { border-color: #B019CF; }
span { border-color: rgb(176,25,207); }
td.TdClassName
{
border-color: #B019CF;
}
.TagClassName
{
border-color: #B019CF;
}
</style>