Shades of Dark Orchid #B01DC0
Tints of Dark Orchid #B01DC0
RGB
CMYK
RGB Variations
Color information
#B01DC0 (or 0xB01DC0) is known color: Dark Orchid. HEX triplet: B0, 1D and C0. RGB value is (176,29,192). Sum of RGB (Red+Green+Blue) = 176+29+192=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #B01DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01DC0 is #4FE23F. Grayscale: #5B5B5B. Windows color (decimal): -5235264 or 12590512. OLE color: 12590512.
HSL color Cylindrical-coordinate representation of color #B01DC0: hue angle of 294.11º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01DC0 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 29 | 192 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.25 |
| HSL | 294.11º | 0.74% | 0.43% | - |
| HSV(B) | 294.11º | 0.85% | 0.75% | - |
| XYZ | 27.86 | 13.91 | 51.09 | - |
| YUV | 91.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 192 | 0.08 | 0.85 | 0 | 0.25 | 294.11 | 0.74 | 0.43 |
| Hex | B0 | 1D | C0 | 8 | 55 | 0 | 19 | 126 | 4A | 2B |
| Octal | 260 | 35 | 300 | 10 | 125 | 0 | 31 | 446 | 112 | 53 |
| Binary | 10110000 | 11101 | 11000000 | 1000 | 1010101 | 0 | 11001 | 100100110 | 1001010 | 101011 |
Color Harmonies of #B01DC0
Complementary color
Monochromatic Colors of #B01DC0
Black with #B01DC0
Text Example
Text Example
White with #B01DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01DC0; }
p { color: rgb(176,29,192); }
H1.HeaderClassName
{
color: #B01DC0;
}
.AnyTagClassName
{
color: #B01DC0;
}
</style>
background-color css
<style>
a { background-color: #B01DC0; }
a { background-color: rgb(176,29,192); }
div.DivClassName
{
background-color: #B01DC0;
}
.BgClassName
{
background-color: #B01DC0;
}
</style>
border-color css
<style>
span { border-color: #B01DC0; }
span { border-color: rgb(176,29,192); }
td.TdClassName
{
border-color: #B01DC0;
}
.TagClassName
{
border-color: #B01DC0;
}
</style>