Shades of Dark Orchid #B01BCD
Tints of Dark Orchid #B01BCD
RGB
CMYK
RGB Variations
Color information
#B01BCD (or 0xB01BCD) is known color: Dark Orchid. HEX triplet: B0, 1B and CD. RGB value is (176,27,205). Sum of RGB (Red+Green+Blue) = 176+27+205=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #B01BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01BCD is #4FE432. Grayscale: #5B5B5B. Windows color (decimal): -5235763 or 13441968. OLE color: 13441968.
HSL color Cylindrical-coordinate representation of color #B01BCD: hue angle of 290.22º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01BCD is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 27 | 205 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.20 |
| HSL | 290.22º | 0.77% | 0.45% | - |
| HSV(B) | 290.22º | 0.87% | 0.8% | - |
| XYZ | 29.32 | 14.42 | 59 | - |
| YUV | 91.84 | 191.86 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 27 | 205 | 0.14 | 0.87 | 0 | 0.20 | 290.22 | 0.77 | 0.45 |
| Hex | B0 | 1B | CD | E | 57 | 0 | 14 | 122 | 4D | 2D |
| Octal | 260 | 33 | 315 | 16 | 127 | 0 | 24 | 442 | 115 | 55 |
| Binary | 10110000 | 11011 | 11001101 | 1110 | 1010111 | 0 | 10100 | 100100010 | 1001101 | 101101 |
Color Harmonies of #B01BCD
Complementary color
Monochromatic Colors of #B01BCD
Black with #B01BCD
Text Example
Text Example
White with #B01BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01BCD; }
p { color: rgb(176,27,205); }
H1.HeaderClassName
{
color: #B01BCD;
}
.AnyTagClassName
{
color: #B01BCD;
}
</style>
background-color css
<style>
a { background-color: #B01BCD; }
a { background-color: rgb(176,27,205); }
div.DivClassName
{
background-color: #B01BCD;
}
.BgClassName
{
background-color: #B01BCD;
}
</style>
border-color css
<style>
span { border-color: #B01BCD; }
span { border-color: rgb(176,27,205); }
td.TdClassName
{
border-color: #B01BCD;
}
.TagClassName
{
border-color: #B01BCD;
}
</style>