Shades of Deep Magenta #B70AB2
Tints of Deep Magenta #B70AB2
RGB
CMYK
RGB Variations
Color information
#B70AB2 (or 0xB70AB2) is known color: Deep Magenta. HEX triplet: B7, 0A and B2. RGB value is (183,10,178). Sum of RGB (Red+Green+Blue) = 183+10+178=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B70AB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70AB2 is #48F54D. Grayscale: #505050. Windows color (decimal): -4781390 or 11668151. OLE color: 11668151.
HSL color Cylindrical-coordinate representation of color #B70AB2: hue angle of 301.73º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70AB2 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 10 | 178 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.28 |
| HSL | 301.73º | 0.9% | 0.38% | - |
| HSV(B) | 301.73º | 0.95% | 0.72% | - |
| XYZ | 27.67 | 13.5 | 43.27 | - |
| YUV | 80.88 | 182.81 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 178 | 0 | 0.95 | 0.03 | 0.28 | 301.73 | 0.9 | 0.38 |
| Hex | B7 | A | B2 | 0 | 5F | 3 | 1C | 12E | 5A | 26 |
| Octal | 267 | 12 | 262 | 0 | 137 | 3 | 34 | 456 | 132 | 46 |
| Binary | 10110111 | 1010 | 10110010 | 0 | 1011111 | 11 | 11100 | 100101110 | 1011010 | 100110 |
Color Harmonies of #B70AB2
Complementary color
Monochromatic Colors of #B70AB2
Black with #B70AB2
Text Example
Text Example
White with #B70AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70AB2; }
p { color: rgb(183,10,178); }
H1.HeaderClassName
{
color: #B70AB2;
}
.AnyTagClassName
{
color: #B70AB2;
}
</style>
background-color css
<style>
a { background-color: #B70AB2; }
a { background-color: rgb(183,10,178); }
div.DivClassName
{
background-color: #B70AB2;
}
.BgClassName
{
background-color: #B70AB2;
}
</style>
border-color css
<style>
span { border-color: #B70AB2; }
span { border-color: rgb(183,10,178); }
td.TdClassName
{
border-color: #B70AB2;
}
.TagClassName
{
border-color: #B70AB2;
}
</style>