Shades of Deep Magenta #B70BC8
Tints of Deep Magenta #B70BC8
RGB
CMYK
RGB Variations
Color information
#B70BC8 (or 0xB70BC8) is known color: Deep Magenta. HEX triplet: B7, 0B and C8. RGB value is (183,11,200). Sum of RGB (Red+Green+Blue) = 183+11+200=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #B70BC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70BC8 is #48F437. Grayscale: #535353. Windows color (decimal): -4781112 or 13110199. OLE color: 13110199.
HSL color Cylindrical-coordinate representation of color #B70BC8: hue angle of 294.6º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70BC8 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 11 | 200 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.22 |
| HSL | 294.6º | 0.9% | 0.41% | - |
| HSV(B) | 294.6º | 0.95% | 0.78% | - |
| XYZ | 30.07 | 14.48 | 55.85 | - |
| YUV | 83.97 | 193.48 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 200 | 0.08 | 0.94 | 0 | 0.22 | 294.6 | 0.9 | 0.41 |
| Hex | B7 | B | C8 | 8 | 5E | 0 | 16 | 127 | 5A | 29 |
| Octal | 267 | 13 | 310 | 10 | 136 | 0 | 26 | 447 | 132 | 51 |
| Binary | 10110111 | 1011 | 11001000 | 1000 | 1011110 | 0 | 10110 | 100100111 | 1011010 | 101001 |
Color Harmonies of #B70BC8
Complementary color
Monochromatic Colors of #B70BC8
Black with #B70BC8
Text Example
Text Example
White with #B70BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70BC8; }
p { color: rgb(183,11,200); }
H1.HeaderClassName
{
color: #B70BC8;
}
.AnyTagClassName
{
color: #B70BC8;
}
</style>
background-color css
<style>
a { background-color: #B70BC8; }
a { background-color: rgb(183,11,200); }
div.DivClassName
{
background-color: #B70BC8;
}
.BgClassName
{
background-color: #B70BC8;
}
</style>
border-color css
<style>
span { border-color: #B70BC8; }
span { border-color: rgb(183,11,200); }
td.TdClassName
{
border-color: #B70BC8;
}
.TagClassName
{
border-color: #B70BC8;
}
</style>