Shades of Deep Magenta #B70BD8
Tints of Deep Magenta #B70BD8
RGB
CMYK
RGB Variations
Color information
#B70BD8 (or 0xB70BD8) is known color: Deep Magenta. HEX triplet: B7, 0B and D8. RGB value is (183,11,216). Sum of RGB (Red+Green+Blue) = 183+11+216=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #B70BD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70BD8 is #48F427. Grayscale: #555555. Windows color (decimal): -4781096 or 14158775. OLE color: 14158775.
HSL color Cylindrical-coordinate representation of color #B70BD8: hue angle of 290.34º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70BD8 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 11 | 216 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.15 |
| HSL | 290.34º | 0.9% | 0.45% | - |
| HSV(B) | 290.34º | 0.95% | 0.85% | - |
| XYZ | 32.04 | 15.26 | 66.22 | - |
| YUV | 85.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 216 | 0.15 | 0.95 | 0 | 0.15 | 290.34 | 0.9 | 0.45 |
| Hex | B7 | B | D8 | F | 5F | 0 | F | 122 | 5A | 2D |
| Octal | 267 | 13 | 330 | 17 | 137 | 0 | 17 | 442 | 132 | 55 |
| Binary | 10110111 | 1011 | 11011000 | 1111 | 1011111 | 0 | 1111 | 100100010 | 1011010 | 101101 |
Color Harmonies of #B70BD8
Complementary color
Monochromatic Colors of #B70BD8
Black with #B70BD8
Text Example
Text Example
White with #B70BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70BD8; }
p { color: rgb(183,11,216); }
H1.HeaderClassName
{
color: #B70BD8;
}
.AnyTagClassName
{
color: #B70BD8;
}
</style>
background-color css
<style>
a { background-color: #B70BD8; }
a { background-color: rgb(183,11,216); }
div.DivClassName
{
background-color: #B70BD8;
}
.BgClassName
{
background-color: #B70BD8;
}
</style>
border-color css
<style>
span { border-color: #B70BD8; }
span { border-color: rgb(183,11,216); }
td.TdClassName
{
border-color: #B70BD8;
}
.TagClassName
{
border-color: #B70BD8;
}
</style>