Shades of Deep Magenta #B702CB
Tints of Deep Magenta #B702CB
RGB
CMYK
RGB Variations
Color information
#B702CB (or 0xB702CB) is known color: Deep Magenta. HEX triplet: B7, 02 and CB. RGB value is (183,2,203). Sum of RGB (Red+Green+Blue) = 183+2+203=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #B702CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702CB is #48FD34. Grayscale: #4E4E4E. Windows color (decimal): -4783413 or 13304503. OLE color: 13304503.
HSL color Cylindrical-coordinate representation of color #B702CB: hue angle of 294.03º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702CB is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 2 | 203 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.20 |
| HSL | 294.03º | 0.98% | 0.4% | - |
| HSV(B) | 294.03º | 0.99% | 0.8% | - |
| XYZ | 30.33 | 14.42 | 57.69 | - |
| YUV | 79.03 | 197.97 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 203 | 0.10 | 0.99 | 0 | 0.20 | 294.03 | 0.98 | 0.4 |
| Hex | B7 | 2 | CB | A | 63 | 0 | 14 | 126 | 62 | 28 |
| Octal | 267 | 2 | 313 | 12 | 143 | 0 | 24 | 446 | 142 | 50 |
| Binary | 10110111 | 10 | 11001011 | 1010 | 1100011 | 0 | 10100 | 100100110 | 1100010 | 101000 |
Color Harmonies of #B702CB
Complementary color
Monochromatic Colors of #B702CB
Black with #B702CB
Text Example
Text Example
White with #B702CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702CB; }
p { color: rgb(183,2,203); }
H1.HeaderClassName
{
color: #B702CB;
}
.AnyTagClassName
{
color: #B702CB;
}
</style>
background-color css
<style>
a { background-color: #B702CB; }
a { background-color: rgb(183,2,203); }
div.DivClassName
{
background-color: #B702CB;
}
.BgClassName
{
background-color: #B702CB;
}
</style>
border-color css
<style>
span { border-color: #B702CB; }
span { border-color: rgb(183,2,203); }
td.TdClassName
{
border-color: #B702CB;
}
.TagClassName
{
border-color: #B702CB;
}
</style>