Shades of Deep Magenta #B702BF
Tints of Deep Magenta #B702BF
RGB
CMYK
RGB Variations
Color information
#B702BF (or 0xB702BF) is known color: Deep Magenta. HEX triplet: B7, 02 and BF. RGB value is (183,2,191). Sum of RGB (Red+Green+Blue) = 183+2+191=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #B702BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702BF is #48FD40. Grayscale: #4D4D4D. Windows color (decimal): -4783425 or 12518071. OLE color: 12518071.
HSL color Cylindrical-coordinate representation of color #B702BF: hue angle of 297.46º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702BF is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 2 | 191 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.25 |
| HSL | 297.46º | 0.98% | 0.38% | - |
| HSV(B) | 297.46º | 0.99% | 0.75% | - |
| XYZ | 28.95 | 13.87 | 50.44 | - |
| YUV | 77.67 | 191.97 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 191 | 0.04 | 0.99 | 0 | 0.25 | 297.46 | 0.98 | 0.38 |
| Hex | B7 | 2 | BF | 4 | 63 | 0 | 19 | 129 | 62 | 26 |
| Octal | 267 | 2 | 277 | 4 | 143 | 0 | 31 | 451 | 142 | 46 |
| Binary | 10110111 | 10 | 10111111 | 100 | 1100011 | 0 | 11001 | 100101001 | 1100010 | 100110 |
Color Harmonies of #B702BF
Complementary color
Monochromatic Colors of #B702BF
Black with #B702BF
Text Example
Text Example
White with #B702BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702BF; }
p { color: rgb(183,2,191); }
H1.HeaderClassName
{
color: #B702BF;
}
.AnyTagClassName
{
color: #B702BF;
}
</style>
background-color css
<style>
a { background-color: #B702BF; }
a { background-color: rgb(183,2,191); }
div.DivClassName
{
background-color: #B702BF;
}
.BgClassName
{
background-color: #B702BF;
}
</style>
border-color css
<style>
span { border-color: #B702BF; }
span { border-color: rgb(183,2,191); }
td.TdClassName
{
border-color: #B702BF;
}
.TagClassName
{
border-color: #B702BF;
}
</style>