Shades of Deep Magenta #B70FBC
Tints of Deep Magenta #B70FBC
RGB
CMYK
RGB Variations
Color information
#B70FBC (or 0xB70FBC) is known color: Deep Magenta. HEX triplet: B7, 0F and BC. RGB value is (183,15,188). Sum of RGB (Red+Green+Blue) = 183+15+188=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #B70FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70FBC is #48F043. Grayscale: #545454. Windows color (decimal): -4780100 or 12324791. OLE color: 12324791.
HSL color Cylindrical-coordinate representation of color #B70FBC: hue angle of 298.27º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70FBC is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 15 | 188 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.26 |
| HSL | 298.27º | 0.85% | 0.4% | - |
| HSV(B) | 298.27º | 0.92% | 0.74% | - |
| XYZ | 28.78 | 14.04 | 48.77 | - |
| YUV | 84.95 | 186.16 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 188 | 0.03 | 0.92 | 0 | 0.26 | 298.27 | 0.85 | 0.4 |
| Hex | B7 | F | BC | 3 | 5C | 0 | 1A | 12A | 55 | 28 |
| Octal | 267 | 17 | 274 | 3 | 134 | 0 | 32 | 452 | 125 | 50 |
| Binary | 10110111 | 1111 | 10111100 | 11 | 1011100 | 0 | 11010 | 100101010 | 1010101 | 101000 |
Color Harmonies of #B70FBC
Complementary color
Monochromatic Colors of #B70FBC
Black with #B70FBC
Text Example
Text Example
White with #B70FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70FBC; }
p { color: rgb(183,15,188); }
H1.HeaderClassName
{
color: #B70FBC;
}
.AnyTagClassName
{
color: #B70FBC;
}
</style>
background-color css
<style>
a { background-color: #B70FBC; }
a { background-color: rgb(183,15,188); }
div.DivClassName
{
background-color: #B70FBC;
}
.BgClassName
{
background-color: #B70FBC;
}
</style>
border-color css
<style>
span { border-color: #B70FBC; }
span { border-color: rgb(183,15,188); }
td.TdClassName
{
border-color: #B70FBC;
}
.TagClassName
{
border-color: #B70FBC;
}
</style>