Shades of Deep Magenta #B702DB
Tints of Deep Magenta #B702DB
RGB
CMYK
RGB Variations
Color information
#B702DB (or 0xB702DB) is known color: Deep Magenta. HEX triplet: B7, 02 and DB. RGB value is (183,2,219). Sum of RGB (Red+Green+Blue) = 183+2+219=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #B702DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702DB is #48FD24. Grayscale: #505050. Windows color (decimal): -4783397 or 14353079. OLE color: 14353079.
HSL color Cylindrical-coordinate representation of color #B702DB: hue angle of 290.05º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702DB is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 2 | 219 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.14 |
| HSL | 290.05º | 0.98% | 0.43% | - |
| HSV(B) | 290.05º | 0.99% | 0.86% | - |
| XYZ | 32.34 | 15.23 | 68.25 | - |
| YUV | 80.86 | 205.97 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 219 | 0.16 | 0.99 | 0 | 0.14 | 290.05 | 0.98 | 0.43 |
| Hex | B7 | 2 | DB | 10 | 63 | 0 | E | 122 | 62 | 2B |
| Octal | 267 | 2 | 333 | 20 | 143 | 0 | 16 | 442 | 142 | 53 |
| Binary | 10110111 | 10 | 11011011 | 10000 | 1100011 | 0 | 1110 | 100100010 | 1100010 | 101011 |
Color Harmonies of #B702DB
Complementary color
Monochromatic Colors of #B702DB
Black with #B702DB
Text Example
Text Example
White with #B702DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702DB; }
p { color: rgb(183,2,219); }
H1.HeaderClassName
{
color: #B702DB;
}
.AnyTagClassName
{
color: #B702DB;
}
</style>
background-color css
<style>
a { background-color: #B702DB; }
a { background-color: rgb(183,2,219); }
div.DivClassName
{
background-color: #B702DB;
}
.BgClassName
{
background-color: #B702DB;
}
</style>
border-color css
<style>
span { border-color: #B702DB; }
span { border-color: rgb(183,2,219); }
td.TdClassName
{
border-color: #B702DB;
}
.TagClassName
{
border-color: #B702DB;
}
</style>