Shades of Deep Magenta #B702BD
Tints of Deep Magenta #B702BD
RGB
CMYK
RGB Variations
Color information
#B702BD (or 0xB702BD) is known color: Deep Magenta. HEX triplet: B7, 02 and BD. RGB value is (183,2,189). Sum of RGB (Red+Green+Blue) = 183+2+189=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #B702BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702BD is #48FD42. Grayscale: #4C4C4C. Windows color (decimal): -4783427 or 12386999. OLE color: 12386999.
HSL color Cylindrical-coordinate representation of color #B702BD: hue angle of 298.07º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702BD is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 2 | 189 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.26 |
| HSL | 298.07º | 0.98% | 0.37% | - |
| HSV(B) | 298.07º | 0.99% | 0.74% | - |
| XYZ | 28.74 | 13.78 | 49.29 | - |
| YUV | 77.44 | 190.97 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 189 | 0.03 | 0.99 | 0 | 0.26 | 298.07 | 0.98 | 0.37 |
| Hex | B7 | 2 | BD | 3 | 63 | 0 | 1A | 12A | 62 | 25 |
| Octal | 267 | 2 | 275 | 3 | 143 | 0 | 32 | 452 | 142 | 45 |
| Binary | 10110111 | 10 | 10111101 | 11 | 1100011 | 0 | 11010 | 100101010 | 1100010 | 100101 |
Color Harmonies of #B702BD
Complementary color
Monochromatic Colors of #B702BD
Black with #B702BD
Text Example
Text Example
White with #B702BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702BD; }
p { color: rgb(183,2,189); }
H1.HeaderClassName
{
color: #B702BD;
}
.AnyTagClassName
{
color: #B702BD;
}
</style>
background-color css
<style>
a { background-color: #B702BD; }
a { background-color: rgb(183,2,189); }
div.DivClassName
{
background-color: #B702BD;
}
.BgClassName
{
background-color: #B702BD;
}
</style>
border-color css
<style>
span { border-color: #B702BD; }
span { border-color: rgb(183,2,189); }
td.TdClassName
{
border-color: #B702BD;
}
.TagClassName
{
border-color: #B702BD;
}
</style>