Shades of Deep Magenta #B702AF
Tints of Deep Magenta #B702AF
RGB
CMYK
RGB Variations
Color information
#B702AF (or 0xB702AF) is known color: Deep Magenta. HEX triplet: B7, 02 and AF. RGB value is (183,2,175). Sum of RGB (Red+Green+Blue) = 183+2+175=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B702AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B702AF is #48FD50. Grayscale: #4B4B4B. Windows color (decimal): -4783441 or 11469495. OLE color: 11469495.
HSL color Cylindrical-coordinate representation of color #B702AF: hue angle of 302.65º 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 #B702AF is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.28 |
| HSL | 302.65º | 0.98% | 0.36% | - |
| HSV(B) | 302.65º | 0.99% | 0.72% | - |
| XYZ | 27.29 | 13.21 | 41.67 | - |
| YUV | 75.84 | 183.97 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 175 | 0 | 0.99 | 0.04 | 0.28 | 302.65 | 0.98 | 0.36 |
| Hex | B7 | 2 | AF | 0 | 63 | 4 | 1C | 12F | 62 | 24 |
| Octal | 267 | 2 | 257 | 0 | 143 | 4 | 34 | 457 | 142 | 44 |
| Binary | 10110111 | 10 | 10101111 | 0 | 1100011 | 100 | 11100 | 100101111 | 1100010 | 100100 |
Color Harmonies of #B702AF
Complementary color
Monochromatic Colors of #B702AF
Black with #B702AF
Text Example
Text Example
White with #B702AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702AF; }
p { color: rgb(183,2,175); }
H1.HeaderClassName
{
color: #B702AF;
}
.AnyTagClassName
{
color: #B702AF;
}
</style>
background-color css
<style>
a { background-color: #B702AF; }
a { background-color: rgb(183,2,175); }
div.DivClassName
{
background-color: #B702AF;
}
.BgClassName
{
background-color: #B702AF;
}
</style>
border-color css
<style>
span { border-color: #B702AF; }
span { border-color: rgb(183,2,175); }
td.TdClassName
{
border-color: #B702AF;
}
.TagClassName
{
border-color: #B702AF;
}
</style>