Shades of Deep Magenta #B70DCA
Tints of Deep Magenta #B70DCA
RGB
CMYK
RGB Variations
Color information
#B70DCA (or 0xB70DCA) is known color: Deep Magenta. HEX triplet: B7, 0D and CA. RGB value is (183,13,202). Sum of RGB (Red+Green+Blue) = 183+13+202=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #B70DCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DCA is #48F235. Grayscale: #545454. Windows color (decimal): -4780598 or 13241783. OLE color: 13241783.
HSL color Cylindrical-coordinate representation of color #B70DCA: hue angle of 293.97º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70DCA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 13 | 202 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.21 |
| HSL | 293.97º | 0.88% | 0.42% | - |
| HSV(B) | 293.97º | 0.94% | 0.79% | - |
| XYZ | 30.33 | 14.62 | 57.1 | - |
| YUV | 85.38 | 193.82 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 202 | 0.09 | 0.94 | 0 | 0.21 | 293.97 | 0.88 | 0.42 |
| Hex | B7 | D | CA | 9 | 5E | 0 | 15 | 126 | 58 | 2A |
| Octal | 267 | 15 | 312 | 11 | 136 | 0 | 25 | 446 | 130 | 52 |
| Binary | 10110111 | 1101 | 11001010 | 1001 | 1011110 | 0 | 10101 | 100100110 | 1011000 | 101010 |
Color Harmonies of #B70DCA
Complementary color
Monochromatic Colors of #B70DCA
Black with #B70DCA
Text Example
Text Example
White with #B70DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DCA; }
p { color: rgb(183,13,202); }
H1.HeaderClassName
{
color: #B70DCA;
}
.AnyTagClassName
{
color: #B70DCA;
}
</style>
background-color css
<style>
a { background-color: #B70DCA; }
a { background-color: rgb(183,13,202); }
div.DivClassName
{
background-color: #B70DCA;
}
.BgClassName
{
background-color: #B70DCA;
}
</style>
border-color css
<style>
span { border-color: #B70DCA; }
span { border-color: rgb(183,13,202); }
td.TdClassName
{
border-color: #B70DCA;
}
.TagClassName
{
border-color: #B70DCA;
}
</style>