Shades of Deep Magenta #B70DB3
Tints of Deep Magenta #B70DB3
RGB
CMYK
RGB Variations
Color information
#B70DB3 (or 0xB70DB3) is known color: Deep Magenta. HEX triplet: B7, 0D and B3. RGB value is (183,13,179). Sum of RGB (Red+Green+Blue) = 183+13+179=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B70DB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DB3 is #48F24C. Grayscale: #525252. Windows color (decimal): -4780621 or 11734455. OLE color: 11734455.
HSL color Cylindrical-coordinate representation of color #B70DB3: hue angle of 301.41º 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 #B70DB3 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 13 | 179 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.28 |
| HSL | 301.41º | 0.87% | 0.38% | - |
| HSV(B) | 301.41º | 0.93% | 0.72% | - |
| XYZ | 27.81 | 13.61 | 43.81 | - |
| YUV | 82.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 179 | 0 | 0.93 | 0.02 | 0.28 | 301.41 | 0.87 | 0.38 |
| Hex | B7 | D | B3 | 0 | 5D | 2 | 1C | 12D | 57 | 26 |
| Octal | 267 | 15 | 263 | 0 | 135 | 2 | 34 | 455 | 127 | 46 |
| Binary | 10110111 | 1101 | 10110011 | 0 | 1011101 | 10 | 11100 | 100101101 | 1010111 | 100110 |
Color Harmonies of #B70DB3
Complementary color
Monochromatic Colors of #B70DB3
Black with #B70DB3
Text Example
Text Example
White with #B70DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DB3; }
p { color: rgb(183,13,179); }
H1.HeaderClassName
{
color: #B70DB3;
}
.AnyTagClassName
{
color: #B70DB3;
}
</style>
background-color css
<style>
a { background-color: #B70DB3; }
a { background-color: rgb(183,13,179); }
div.DivClassName
{
background-color: #B70DB3;
}
.BgClassName
{
background-color: #B70DB3;
}
</style>
border-color css
<style>
span { border-color: #B70DB3; }
span { border-color: rgb(183,13,179); }
td.TdClassName
{
border-color: #B70DB3;
}
.TagClassName
{
border-color: #B70DB3;
}
</style>