Shades of Dark Orchid #B01FCD
Tints of Dark Orchid #B01FCD
RGB
CMYK
RGB Variations
Color information
#B01FCD (or 0xB01FCD) is known color: Dark Orchid. HEX triplet: B0, 1F and CD. RGB value is (176,31,205). Sum of RGB (Red+Green+Blue) = 176+31+205=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #B01FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01FCD is #4FE032. Grayscale: #5D5D5D. Windows color (decimal): -5234739 or 13442992. OLE color: 13442992.
HSL color Cylindrical-coordinate representation of color #B01FCD: hue angle of 290º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01FCD is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 31 | 205 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.20 |
| HSL | 290º | 0.74% | 0.46% | - |
| HSV(B) | 290º | 0.85% | 0.8% | - |
| XYZ | 29.41 | 14.62 | 59.03 | - |
| YUV | 94.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 31 | 205 | 0.14 | 0.85 | 0 | 0.20 | 290 | 0.74 | 0.46 |
| Hex | B0 | 1F | CD | E | 55 | 0 | 14 | 122 | 4A | 2E |
| Octal | 260 | 37 | 315 | 16 | 125 | 0 | 24 | 442 | 112 | 56 |
| Binary | 10110000 | 11111 | 11001101 | 1110 | 1010101 | 0 | 10100 | 100100010 | 1001010 | 101110 |
Color Harmonies of #B01FCD
Complementary color
Monochromatic Colors of #B01FCD
Black with #B01FCD
Text Example
Text Example
White with #B01FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01FCD; }
p { color: rgb(176,31,205); }
H1.HeaderClassName
{
color: #B01FCD;
}
.AnyTagClassName
{
color: #B01FCD;
}
</style>
background-color css
<style>
a { background-color: #B01FCD; }
a { background-color: rgb(176,31,205); }
div.DivClassName
{
background-color: #B01FCD;
}
.BgClassName
{
background-color: #B01FCD;
}
</style>
border-color css
<style>
span { border-color: #B01FCD; }
span { border-color: rgb(176,31,205); }
td.TdClassName
{
border-color: #B01FCD;
}
.TagClassName
{
border-color: #B01FCD;
}
</style>