Shades of Deep Magenta #B702A7
Tints of Deep Magenta #B702A7
RGB
CMYK
RGB Variations
Color information
#B702A7 (or 0xB702A7) is known color: Deep Magenta. HEX triplet: B7, 02 and A7. RGB value is (183,2,167). Sum of RGB (Red+Green+Blue) = 183+2+167=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 167 (65.62% from 255 or 47.44% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B702A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B702A7 is #48FD58. Grayscale: #4A4A4A. Windows color (decimal): -4783449 or 10945207. OLE color: 10945207.
HSL color Cylindrical-coordinate representation of color #B702A7: hue angle of 305.3º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702A7 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 167 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.28 |
| HSL | 305.3º | 0.98% | 0.36% | - |
| HSV(B) | 305.3º | 0.99% | 0.72% | - |
| XYZ | 26.53 | 12.9 | 37.65 | - |
| YUV | 74.93 | 179.97 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 167 | 0 | 0.99 | 0.09 | 0.28 | 305.3 | 0.98 | 0.36 |
| Hex | B7 | 2 | A7 | 0 | 63 | 9 | 1C | 131 | 62 | 24 |
| Octal | 267 | 2 | 247 | 0 | 143 | 11 | 34 | 461 | 142 | 44 |
| Binary | 10110111 | 10 | 10100111 | 0 | 1100011 | 1001 | 11100 | 100110001 | 1100010 | 100100 |
Color Harmonies of #B702A7
Complementary color
Monochromatic Colors of #B702A7
Black with #B702A7
Text Example
Text Example
White with #B702A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702A7; }
p { color: rgb(183,2,167); }
H1.HeaderClassName
{
color: #B702A7;
}
.AnyTagClassName
{
color: #B702A7;
}
</style>
background-color css
<style>
a { background-color: #B702A7; }
a { background-color: rgb(183,2,167); }
div.DivClassName
{
background-color: #B702A7;
}
.BgClassName
{
background-color: #B702A7;
}
</style>
border-color css
<style>
span { border-color: #B702A7; }
span { border-color: rgb(183,2,167); }
td.TdClassName
{
border-color: #B702A7;
}
.TagClassName
{
border-color: #B702A7;
}
</style>