Shades of Deep Magenta #B00BCB
Tints of Deep Magenta #B00BCB
RGB
CMYK
RGB Variations
Color information
#B00BCB (or 0xB00BCB) is known color: Deep Magenta. HEX triplet: B0, 0B and CB. RGB value is (176,11,203). Sum of RGB (Red+Green+Blue) = 176+11+203=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #B00BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00BCB is #4FF434. Grayscale: #515151. Windows color (decimal): -5239861 or 13306800. OLE color: 13306800.
HSL color Cylindrical-coordinate representation of color #B00BCB: hue angle of 291.56º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00BCB is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 11 | 203 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.20 |
| HSL | 291.56º | 0.9% | 0.42% | - |
| HSV(B) | 291.56º | 0.95% | 0.8% | - |
| XYZ | 28.8 | 13.78 | 57.64 | - |
| YUV | 82.22 | 196.16 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 203 | 0.13 | 0.95 | 0 | 0.20 | 291.56 | 0.9 | 0.42 |
| Hex | B0 | B | CB | D | 5F | 0 | 14 | 124 | 5A | 2A |
| Octal | 260 | 13 | 313 | 15 | 137 | 0 | 24 | 444 | 132 | 52 |
| Binary | 10110000 | 1011 | 11001011 | 1101 | 1011111 | 0 | 10100 | 100100100 | 1011010 | 101010 |
Color Harmonies of #B00BCB
Complementary color
Monochromatic Colors of #B00BCB
Black with #B00BCB
Text Example
Text Example
White with #B00BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00BCB; }
p { color: rgb(176,11,203); }
H1.HeaderClassName
{
color: #B00BCB;
}
.AnyTagClassName
{
color: #B00BCB;
}
</style>
background-color css
<style>
a { background-color: #B00BCB; }
a { background-color: rgb(176,11,203); }
div.DivClassName
{
background-color: #B00BCB;
}
.BgClassName
{
background-color: #B00BCB;
}
</style>
border-color css
<style>
span { border-color: #B00BCB; }
span { border-color: rgb(176,11,203); }
td.TdClassName
{
border-color: #B00BCB;
}
.TagClassName
{
border-color: #B00BCB;
}
</style>