Shades of Deep Magenta #B702D4
Tints of Deep Magenta #B702D4
RGB
CMYK
RGB Variations
Color information
#B702D4 (or 0xB702D4) is known color: Deep Magenta. HEX triplet: B7, 02 and D4. RGB value is (183,2,212). Sum of RGB (Red+Green+Blue) = 183+2+212=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 212 (83.20% from 255 or 53.40% from 397); Max value from RGB is 212 - color contains mainly: blue. Hex color #B702D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702D4 is #48FD2B. Grayscale: #4F4F4F. Windows color (decimal): -4783404 or 13894327. OLE color: 13894327.
HSL color Cylindrical-coordinate representation of color #B702D4: hue angle of 291.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702D4 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 2 | 212 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.17 |
| HSL | 291.71º | 0.98% | 0.42% | - |
| HSV(B) | 291.71º | 0.99% | 0.83% | - |
| XYZ | 31.43 | 14.86 | 63.5 | - |
| YUV | 80.06 | 202.47 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 212 | 0.14 | 0.99 | 0 | 0.17 | 291.71 | 0.98 | 0.42 |
| Hex | B7 | 2 | D4 | E | 63 | 0 | 11 | 124 | 62 | 2A |
| Octal | 267 | 2 | 324 | 16 | 143 | 0 | 21 | 444 | 142 | 52 |
| Binary | 10110111 | 10 | 11010100 | 1110 | 1100011 | 0 | 10001 | 100100100 | 1100010 | 101010 |
Color Harmonies of #B702D4
Complementary color
Monochromatic Colors of #B702D4
Black with #B702D4
Text Example
Text Example
White with #B702D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702D4; }
p { color: rgb(183,2,212); }
H1.HeaderClassName
{
color: #B702D4;
}
.AnyTagClassName
{
color: #B702D4;
}
</style>
background-color css
<style>
a { background-color: #B702D4; }
a { background-color: rgb(183,2,212); }
div.DivClassName
{
background-color: #B702D4;
}
.BgClassName
{
background-color: #B702D4;
}
</style>
border-color css
<style>
span { border-color: #B702D4; }
span { border-color: rgb(183,2,212); }
td.TdClassName
{
border-color: #B702D4;
}
.TagClassName
{
border-color: #B702D4;
}
</style>