Shades of Dark Orchid #B01CCF
Tints of Dark Orchid #B01CCF
RGB
CMYK
RGB Variations
Color information
#B01CCF (or 0xB01CCF) is known color: Dark Orchid. HEX triplet: B0, 1C and CF. RGB value is (176,28,207). Sum of RGB (Red+Green+Blue) = 176+28+207=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #B01CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01CCF is #4FE330. Grayscale: #5C5C5C. Windows color (decimal): -5235505 or 13573296. OLE color: 13573296.
HSL color Cylindrical-coordinate representation of color #B01CCF: hue angle of 289.61º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01CCF is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 28 | 207 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.19 |
| HSL | 289.61º | 0.76% | 0.46% | - |
| HSV(B) | 289.61º | 0.86% | 0.81% | - |
| XYZ | 29.58 | 14.57 | 60.28 | - |
| YUV | 92.66 | 192.53 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 207 | 0.15 | 0.86 | 0 | 0.19 | 289.61 | 0.76 | 0.46 |
| Hex | B0 | 1C | CF | F | 56 | 0 | 13 | 122 | 4C | 2E |
| Octal | 260 | 34 | 317 | 17 | 126 | 0 | 23 | 442 | 114 | 56 |
| Binary | 10110000 | 11100 | 11001111 | 1111 | 1010110 | 0 | 10011 | 100100010 | 1001100 | 101110 |
Color Harmonies of #B01CCF
Complementary color
Monochromatic Colors of #B01CCF
Black with #B01CCF
Text Example
Text Example
White with #B01CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01CCF; }
p { color: rgb(176,28,207); }
H1.HeaderClassName
{
color: #B01CCF;
}
.AnyTagClassName
{
color: #B01CCF;
}
</style>
background-color css
<style>
a { background-color: #B01CCF; }
a { background-color: rgb(176,28,207); }
div.DivClassName
{
background-color: #B01CCF;
}
.BgClassName
{
background-color: #B01CCF;
}
</style>
border-color css
<style>
span { border-color: #B01CCF; }
span { border-color: rgb(176,28,207); }
td.TdClassName
{
border-color: #B01CCF;
}
.TagClassName
{
border-color: #B01CCF;
}
</style>