Shades of Deep Magenta #B70DBB
Tints of Deep Magenta #B70DBB
RGB
CMYK
RGB Variations
Color information
#B70DBB (or 0xB70DBB) is known color: Deep Magenta. HEX triplet: B7, 0D and BB. RGB value is (183,13,187). Sum of RGB (Red+Green+Blue) = 183+13+187=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #B70DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DBB is #48F244. Grayscale: #535353. Windows color (decimal): -4780613 or 12258743. OLE color: 12258743.
HSL color Cylindrical-coordinate representation of color #B70DBB: hue angle of 298.62º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70DBB is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 13 | 187 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.27 |
| HSL | 298.62º | 0.87% | 0.39% | - |
| HSV(B) | 298.62º | 0.93% | 0.73% | - |
| XYZ | 28.64 | 13.94 | 48.2 | - |
| YUV | 83.67 | 186.32 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 187 | 0.02 | 0.93 | 0 | 0.27 | 298.62 | 0.87 | 0.39 |
| Hex | B7 | D | BB | 2 | 5D | 0 | 1B | 12B | 57 | 27 |
| Octal | 267 | 15 | 273 | 2 | 135 | 0 | 33 | 453 | 127 | 47 |
| Binary | 10110111 | 1101 | 10111011 | 10 | 1011101 | 0 | 11011 | 100101011 | 1010111 | 100111 |
Color Harmonies of #B70DBB
Complementary color
Monochromatic Colors of #B70DBB
Black with #B70DBB
Text Example
Text Example
White with #B70DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DBB; }
p { color: rgb(183,13,187); }
H1.HeaderClassName
{
color: #B70DBB;
}
.AnyTagClassName
{
color: #B70DBB;
}
</style>
background-color css
<style>
a { background-color: #B70DBB; }
a { background-color: rgb(183,13,187); }
div.DivClassName
{
background-color: #B70DBB;
}
.BgClassName
{
background-color: #B70DBB;
}
</style>
border-color css
<style>
span { border-color: #B70DBB; }
span { border-color: rgb(183,13,187); }
td.TdClassName
{
border-color: #B70DBB;
}
.TagClassName
{
border-color: #B70DBB;
}
</style>