Shades of Deep Magenta #B70CAC
Tints of Deep Magenta #B70CAC
RGB
CMYK
RGB Variations
Color information
#B70CAC (or 0xB70CAC) is known color: Deep Magenta. HEX triplet: B7, 0C and AC. RGB value is (183,12,172). Sum of RGB (Red+Green+Blue) = 183+12+172=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B70CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70CAC is #48F353. Grayscale: #505050. Windows color (decimal): -4780884 or 11275447. OLE color: 11275447.
HSL color Cylindrical-coordinate representation of color #B70CAC: hue angle of 303.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70CAC is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 12 | 172 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.28 |
| HSL | 303.86º | 0.88% | 0.38% | - |
| HSV(B) | 303.86º | 0.93% | 0.72% | - |
| XYZ | 27.11 | 13.31 | 40.17 | - |
| YUV | 81.37 | 179.15 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 172 | 0 | 0.93 | 0.06 | 0.28 | 303.86 | 0.88 | 0.38 |
| Hex | B7 | C | AC | 0 | 5D | 6 | 1C | 130 | 58 | 26 |
| Octal | 267 | 14 | 254 | 0 | 135 | 6 | 34 | 460 | 130 | 46 |
| Binary | 10110111 | 1100 | 10101100 | 0 | 1011101 | 110 | 11100 | 100110000 | 1011000 | 100110 |
Color Harmonies of #B70CAC
Complementary color
Monochromatic Colors of #B70CAC
Black with #B70CAC
Text Example
Text Example
White with #B70CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70CAC; }
p { color: rgb(183,12,172); }
H1.HeaderClassName
{
color: #B70CAC;
}
.AnyTagClassName
{
color: #B70CAC;
}
</style>
background-color css
<style>
a { background-color: #B70CAC; }
a { background-color: rgb(183,12,172); }
div.DivClassName
{
background-color: #B70CAC;
}
.BgClassName
{
background-color: #B70CAC;
}
</style>
border-color css
<style>
span { border-color: #B70CAC; }
span { border-color: rgb(183,12,172); }
td.TdClassName
{
border-color: #B70CAC;
}
.TagClassName
{
border-color: #B70CAC;
}
</style>