Shades of Deep Magenta #B702CA
Tints of Deep Magenta #B702CA
RGB
CMYK
RGB Variations
Color information
#B702CA (or 0xB702CA) is known color: Deep Magenta. HEX triplet: B7, 02 and CA. RGB value is (183,2,202). Sum of RGB (Red+Green+Blue) = 183+2+202=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #B702CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702CA is #48FD35. Grayscale: #4E4E4E. Windows color (decimal): -4783414 or 13238967. OLE color: 13238967.
HSL color Cylindrical-coordinate representation of color #B702CA: hue angle of 294.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702CA is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 2 | 202 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.21 |
| HSL | 294.3º | 0.98% | 0.4% | - |
| HSV(B) | 294.3º | 0.99% | 0.79% | - |
| XYZ | 30.21 | 14.37 | 57.06 | - |
| YUV | 78.92 | 197.47 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 202 | 0.09 | 0.99 | 0 | 0.21 | 294.3 | 0.98 | 0.4 |
| Hex | B7 | 2 | CA | 9 | 63 | 0 | 15 | 126 | 62 | 28 |
| Octal | 267 | 2 | 312 | 11 | 143 | 0 | 25 | 446 | 142 | 50 |
| Binary | 10110111 | 10 | 11001010 | 1001 | 1100011 | 0 | 10101 | 100100110 | 1100010 | 101000 |
Color Harmonies of #B702CA
Complementary color
Monochromatic Colors of #B702CA
Black with #B702CA
Text Example
Text Example
White with #B702CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702CA; }
p { color: rgb(183,2,202); }
H1.HeaderClassName
{
color: #B702CA;
}
.AnyTagClassName
{
color: #B702CA;
}
</style>
background-color css
<style>
a { background-color: #B702CA; }
a { background-color: rgb(183,2,202); }
div.DivClassName
{
background-color: #B702CA;
}
.BgClassName
{
background-color: #B702CA;
}
</style>
border-color css
<style>
span { border-color: #B702CA; }
span { border-color: rgb(183,2,202); }
td.TdClassName
{
border-color: #B702CA;
}
.TagClassName
{
border-color: #B702CA;
}
</style>