Shades of Deep Magenta #B702CE
Tints of Deep Magenta #B702CE
RGB
CMYK
RGB Variations
Color information
#B702CE (or 0xB702CE) is known color: Deep Magenta. HEX triplet: B7, 02 and CE. RGB value is (183,2,206). Sum of RGB (Red+Green+Blue) = 183+2+206=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #B702CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702CE is #48FD31. Grayscale: #4E4E4E. Windows color (decimal): -4783410 or 13501111. OLE color: 13501111.
HSL color Cylindrical-coordinate representation of color #B702CE: hue angle of 293.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702CE is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 2 | 206 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.19 |
| HSL | 293.24º | 0.98% | 0.41% | - |
| HSV(B) | 293.24º | 0.99% | 0.81% | - |
| XYZ | 30.69 | 14.57 | 59.59 | - |
| YUV | 79.38 | 199.47 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 206 | 0.11 | 0.99 | 0 | 0.19 | 293.24 | 0.98 | 0.41 |
| Hex | B7 | 2 | CE | B | 63 | 0 | 13 | 125 | 62 | 29 |
| Octal | 267 | 2 | 316 | 13 | 143 | 0 | 23 | 445 | 142 | 51 |
| Binary | 10110111 | 10 | 11001110 | 1011 | 1100011 | 0 | 10011 | 100100101 | 1100010 | 101001 |
Color Harmonies of #B702CE
Complementary color
Monochromatic Colors of #B702CE
Black with #B702CE
Text Example
Text Example
White with #B702CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702CE; }
p { color: rgb(183,2,206); }
H1.HeaderClassName
{
color: #B702CE;
}
.AnyTagClassName
{
color: #B702CE;
}
</style>
background-color css
<style>
a { background-color: #B702CE; }
a { background-color: rgb(183,2,206); }
div.DivClassName
{
background-color: #B702CE;
}
.BgClassName
{
background-color: #B702CE;
}
</style>
border-color css
<style>
span { border-color: #B702CE; }
span { border-color: rgb(183,2,206); }
td.TdClassName
{
border-color: #B702CE;
}
.TagClassName
{
border-color: #B702CE;
}
</style>