Shades of Deep Magenta #B70DAC
Tints of Deep Magenta #B70DAC
RGB
CMYK
RGB Variations
Color information
#B70DAC (or 0xB70DAC) is known color: Deep Magenta. HEX triplet: B7, 0D and AC. RGB value is (183,13,172). Sum of RGB (Red+Green+Blue) = 183+13+172=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B70DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70DAC is #48F253. Grayscale: #515151. Windows color (decimal): -4780628 or 11275703. OLE color: 11275703.
HSL color Cylindrical-coordinate representation of color #B70DAC: hue angle of 303.88º degrees, saturation: 0.87, 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 #B70DAC is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 13 | 172 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.28 |
| HSL | 303.88º | 0.87% | 0.38% | - |
| HSV(B) | 303.88º | 0.93% | 0.72% | - |
| XYZ | 27.12 | 13.33 | 40.17 | - |
| YUV | 81.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 172 | 0 | 0.93 | 0.06 | 0.28 | 303.88 | 0.87 | 0.38 |
| Hex | B7 | D | AC | 0 | 5D | 6 | 1C | 130 | 57 | 26 |
| Octal | 267 | 15 | 254 | 0 | 135 | 6 | 34 | 460 | 127 | 46 |
| Binary | 10110111 | 1101 | 10101100 | 0 | 1011101 | 110 | 11100 | 100110000 | 1010111 | 100110 |
Color Harmonies of #B70DAC
Complementary color
Monochromatic Colors of #B70DAC
Black with #B70DAC
Text Example
Text Example
White with #B70DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DAC; }
p { color: rgb(183,13,172); }
H1.HeaderClassName
{
color: #B70DAC;
}
.AnyTagClassName
{
color: #B70DAC;
}
</style>
background-color css
<style>
a { background-color: #B70DAC; }
a { background-color: rgb(183,13,172); }
div.DivClassName
{
background-color: #B70DAC;
}
.BgClassName
{
background-color: #B70DAC;
}
</style>
border-color css
<style>
span { border-color: #B70DAC; }
span { border-color: rgb(183,13,172); }
td.TdClassName
{
border-color: #B70DAC;
}
.TagClassName
{
border-color: #B70DAC;
}
</style>