Shades of Deep Magenta #B70CBA
Tints of Deep Magenta #B70CBA
RGB
CMYK
RGB Variations
Color information
#B70CBA (or 0xB70CBA) is known color: Deep Magenta. HEX triplet: B7, 0C and BA. RGB value is (183,12,186). Sum of RGB (Red+Green+Blue) = 183+12+186=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #B70CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70CBA is #48F345. Grayscale: #525252. Windows color (decimal): -4780870 or 12192951. OLE color: 12192951.
HSL color Cylindrical-coordinate representation of color #B70CBA: hue angle of 298.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70CBA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 12 | 186 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.27 |
| HSL | 298.97º | 0.88% | 0.39% | - |
| HSV(B) | 298.97º | 0.94% | 0.73% | - |
| XYZ | 28.52 | 13.88 | 47.63 | - |
| YUV | 82.97 | 186.15 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 186 | 0.02 | 0.94 | 0 | 0.27 | 298.97 | 0.88 | 0.39 |
| Hex | B7 | C | BA | 2 | 5E | 0 | 1B | 12B | 58 | 27 |
| Octal | 267 | 14 | 272 | 2 | 136 | 0 | 33 | 453 | 130 | 47 |
| Binary | 10110111 | 1100 | 10111010 | 10 | 1011110 | 0 | 11011 | 100101011 | 1011000 | 100111 |
Color Harmonies of #B70CBA
Complementary color
Monochromatic Colors of #B70CBA
Black with #B70CBA
Text Example
Text Example
White with #B70CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70CBA; }
p { color: rgb(183,12,186); }
H1.HeaderClassName
{
color: #B70CBA;
}
.AnyTagClassName
{
color: #B70CBA;
}
</style>
background-color css
<style>
a { background-color: #B70CBA; }
a { background-color: rgb(183,12,186); }
div.DivClassName
{
background-color: #B70CBA;
}
.BgClassName
{
background-color: #B70CBA;
}
</style>
border-color css
<style>
span { border-color: #B70CBA; }
span { border-color: rgb(183,12,186); }
td.TdClassName
{
border-color: #B70CBA;
}
.TagClassName
{
border-color: #B70CBA;
}
</style>