Shades of Deep Magenta #B702B6
Tints of Deep Magenta #B702B6
RGB
CMYK
RGB Variations
Color information
#B702B6 (or 0xB702B6) is known color: Deep Magenta. HEX triplet: B7, 02 and B6. RGB value is (183,2,182). Sum of RGB (Red+Green+Blue) = 183+2+182=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B702B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702B6 is #48FD49. Grayscale: #4C4C4C. Windows color (decimal): -4783434 or 11928247. OLE color: 11928247.
HSL color Cylindrical-coordinate representation of color #B702B6: hue angle of 300.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702B6 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 182 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.28 |
| HSL | 300.33º | 0.98% | 0.36% | - |
| HSV(B) | 300.33º | 0.99% | 0.72% | - |
| XYZ | 27.99 | 13.49 | 45.38 | - |
| YUV | 76.64 | 187.47 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 182 | 0 | 0.99 | 0.01 | 0.28 | 300.33 | 0.98 | 0.36 |
| Hex | B7 | 2 | B6 | 0 | 63 | 1 | 1C | 12C | 62 | 24 |
| Octal | 267 | 2 | 266 | 0 | 143 | 1 | 34 | 454 | 142 | 44 |
| Binary | 10110111 | 10 | 10110110 | 0 | 1100011 | 1 | 11100 | 100101100 | 1100010 | 100100 |
Color Harmonies of #B702B6
Complementary color
Monochromatic Colors of #B702B6
Black with #B702B6
Text Example
Text Example
White with #B702B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702B6; }
p { color: rgb(183,2,182); }
H1.HeaderClassName
{
color: #B702B6;
}
.AnyTagClassName
{
color: #B702B6;
}
</style>
background-color css
<style>
a { background-color: #B702B6; }
a { background-color: rgb(183,2,182); }
div.DivClassName
{
background-color: #B702B6;
}
.BgClassName
{
background-color: #B702B6;
}
</style>
border-color css
<style>
span { border-color: #B702B6; }
span { border-color: rgb(183,2,182); }
td.TdClassName
{
border-color: #B702B6;
}
.TagClassName
{
border-color: #B702B6;
}
</style>