Shades of Deep Magenta #B70CBD
Tints of Deep Magenta #B70CBD
RGB
CMYK
RGB Variations
Color information
#B70CBD (or 0xB70CBD) is known color: Deep Magenta. HEX triplet: B7, 0C and BD. RGB value is (183,12,189). Sum of RGB (Red+Green+Blue) = 183+12+189=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #B70CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70CBD is #48F342. Grayscale: #525252. Windows color (decimal): -4780867 or 12389559. OLE color: 12389559.
HSL color Cylindrical-coordinate representation of color #B70CBD: hue angle of 297.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70CBD is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 12 | 189 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.26 |
| HSL | 297.97º | 0.88% | 0.39% | - |
| HSV(B) | 297.97º | 0.94% | 0.74% | - |
| XYZ | 28.85 | 14 | 49.33 | - |
| YUV | 83.31 | 187.65 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 189 | 0.03 | 0.94 | 0 | 0.26 | 297.97 | 0.88 | 0.39 |
| Hex | B7 | C | BD | 3 | 5E | 0 | 1A | 12A | 58 | 27 |
| Octal | 267 | 14 | 275 | 3 | 136 | 0 | 32 | 452 | 130 | 47 |
| Binary | 10110111 | 1100 | 10111101 | 11 | 1011110 | 0 | 11010 | 100101010 | 1011000 | 100111 |
Color Harmonies of #B70CBD
Complementary color
Monochromatic Colors of #B70CBD
Black with #B70CBD
Text Example
Text Example
White with #B70CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70CBD; }
p { color: rgb(183,12,189); }
H1.HeaderClassName
{
color: #B70CBD;
}
.AnyTagClassName
{
color: #B70CBD;
}
</style>
background-color css
<style>
a { background-color: #B70CBD; }
a { background-color: rgb(183,12,189); }
div.DivClassName
{
background-color: #B70CBD;
}
.BgClassName
{
background-color: #B70CBD;
}
</style>
border-color css
<style>
span { border-color: #B70CBD; }
span { border-color: rgb(183,12,189); }
td.TdClassName
{
border-color: #B70CBD;
}
.TagClassName
{
border-color: #B70CBD;
}
</style>