Shades of Dark Orchid #B01FC0
Tints of Dark Orchid #B01FC0
RGB
CMYK
RGB Variations
Color information
#B01FC0 (or 0xB01FC0) is known color: Dark Orchid. HEX triplet: B0, 1F and C0. RGB value is (176,31,192). Sum of RGB (Red+Green+Blue) = 176+31+192=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #B01FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01FC0 is #4FE03F. Grayscale: #5C5C5C. Windows color (decimal): -5234752 or 12591024. OLE color: 12591024.
HSL color Cylindrical-coordinate representation of color #B01FC0: hue angle of 294.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01FC0 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 31 | 192 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.25 |
| HSL | 294.04º | 0.72% | 0.44% | - |
| HSV(B) | 294.04º | 0.84% | 0.75% | - |
| XYZ | 27.91 | 14.02 | 51.1 | - |
| YUV | 92.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 31 | 192 | 0.08 | 0.84 | 0 | 0.25 | 294.04 | 0.72 | 0.44 |
| Hex | B0 | 1F | C0 | 8 | 54 | 0 | 19 | 126 | 48 | 2C |
| Octal | 260 | 37 | 300 | 10 | 124 | 0 | 31 | 446 | 110 | 54 |
| Binary | 10110000 | 11111 | 11000000 | 1000 | 1010100 | 0 | 11001 | 100100110 | 1001000 | 101100 |
Color Harmonies of #B01FC0
Complementary color
Monochromatic Colors of #B01FC0
Black with #B01FC0
Text Example
Text Example
White with #B01FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01FC0; }
p { color: rgb(176,31,192); }
H1.HeaderClassName
{
color: #B01FC0;
}
.AnyTagClassName
{
color: #B01FC0;
}
</style>
background-color css
<style>
a { background-color: #B01FC0; }
a { background-color: rgb(176,31,192); }
div.DivClassName
{
background-color: #B01FC0;
}
.BgClassName
{
background-color: #B01FC0;
}
</style>
border-color css
<style>
span { border-color: #B01FC0; }
span { border-color: rgb(176,31,192); }
td.TdClassName
{
border-color: #B01FC0;
}
.TagClassName
{
border-color: #B01FC0;
}
</style>