Shades of Deep Magenta #B70CBF
Tints of Deep Magenta #B70CBF
RGB
CMYK
RGB Variations
Color information
#B70CBF (or 0xB70CBF) is known color: Deep Magenta. HEX triplet: B7, 0C and BF. RGB value is (183,12,191). Sum of RGB (Red+Green+Blue) = 183+12+191=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #B70CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70CBF is #48F340. Grayscale: #525252. Windows color (decimal): -4780865 or 12520631. OLE color: 12520631.
HSL color Cylindrical-coordinate representation of color #B70CBF: hue angle of 297.32º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70CBF is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 12 | 191 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.25 |
| HSL | 297.32º | 0.88% | 0.4% | - |
| HSV(B) | 297.32º | 0.94% | 0.75% | - |
| XYZ | 29.06 | 14.09 | 50.48 | - |
| YUV | 83.54 | 188.65 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 191 | 0.04 | 0.94 | 0 | 0.25 | 297.32 | 0.88 | 0.4 |
| Hex | B7 | C | BF | 4 | 5E | 0 | 19 | 129 | 58 | 28 |
| Octal | 267 | 14 | 277 | 4 | 136 | 0 | 31 | 451 | 130 | 50 |
| Binary | 10110111 | 1100 | 10111111 | 100 | 1011110 | 0 | 11001 | 100101001 | 1011000 | 101000 |
Color Harmonies of #B70CBF
Complementary color
Monochromatic Colors of #B70CBF
Black with #B70CBF
Text Example
Text Example
White with #B70CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70CBF; }
p { color: rgb(183,12,191); }
H1.HeaderClassName
{
color: #B70CBF;
}
.AnyTagClassName
{
color: #B70CBF;
}
</style>
background-color css
<style>
a { background-color: #B70CBF; }
a { background-color: rgb(183,12,191); }
div.DivClassName
{
background-color: #B70CBF;
}
.BgClassName
{
background-color: #B70CBF;
}
</style>
border-color css
<style>
span { border-color: #B70CBF; }
span { border-color: rgb(183,12,191); }
td.TdClassName
{
border-color: #B70CBF;
}
.TagClassName
{
border-color: #B70CBF;
}
</style>