Shades of Deep Magenta #B70DAE
Tints of Deep Magenta #B70DAE
RGB
CMYK
RGB Variations
Color information
#B70DAE (or 0xB70DAE) is known color: Deep Magenta. HEX triplet: B7, 0D and AE. RGB value is (183,13,174). Sum of RGB (Red+Green+Blue) = 183+13+174=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B70DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70DAE is #48F251. Grayscale: #515151. Windows color (decimal): -4780626 or 11406775. OLE color: 11406775.
HSL color Cylindrical-coordinate representation of color #B70DAE: hue angle of 303.18º 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 #B70DAE is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 13 | 174 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.28 |
| HSL | 303.18º | 0.87% | 0.38% | - |
| HSV(B) | 303.18º | 0.93% | 0.72% | - |
| XYZ | 27.31 | 13.41 | 41.19 | - |
| YUV | 82.18 | 179.82 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 174 | 0 | 0.93 | 0.05 | 0.28 | 303.18 | 0.87 | 0.38 |
| Hex | B7 | D | AE | 0 | 5D | 5 | 1C | 12F | 57 | 26 |
| Octal | 267 | 15 | 256 | 0 | 135 | 5 | 34 | 457 | 127 | 46 |
| Binary | 10110111 | 1101 | 10101110 | 0 | 1011101 | 101 | 11100 | 100101111 | 1010111 | 100110 |
Color Harmonies of #B70DAE
Complementary color
Monochromatic Colors of #B70DAE
Black with #B70DAE
Text Example
Text Example
White with #B70DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DAE; }
p { color: rgb(183,13,174); }
H1.HeaderClassName
{
color: #B70DAE;
}
.AnyTagClassName
{
color: #B70DAE;
}
</style>
background-color css
<style>
a { background-color: #B70DAE; }
a { background-color: rgb(183,13,174); }
div.DivClassName
{
background-color: #B70DAE;
}
.BgClassName
{
background-color: #B70DAE;
}
</style>
border-color css
<style>
span { border-color: #B70DAE; }
span { border-color: rgb(183,13,174); }
td.TdClassName
{
border-color: #B70DAE;
}
.TagClassName
{
border-color: #B70DAE;
}
</style>