Shades of Deep Magenta #B702B2
Tints of Deep Magenta #B702B2
RGB
CMYK
RGB Variations
Color information
#B702B2 (or 0xB702B2) is known color: Deep Magenta. HEX triplet: B7, 02 and B2. RGB value is (183,2,178). Sum of RGB (Red+Green+Blue) = 183+2+178=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B702B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B702B2 is #48FD4D. Grayscale: #4B4B4B. Windows color (decimal): -4783438 or 11666103. OLE color: 11666103.
HSL color Cylindrical-coordinate representation of color #B702B2: hue angle of 301.66º 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 #B702B2 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.28 |
| HSL | 301.66º | 0.98% | 0.36% | - |
| HSV(B) | 301.66º | 0.99% | 0.72% | - |
| XYZ | 27.59 | 13.33 | 43.24 | - |
| YUV | 76.18 | 185.47 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 178 | 0 | 0.99 | 0.03 | 0.28 | 301.66 | 0.98 | 0.36 |
| Hex | B7 | 2 | B2 | 0 | 63 | 3 | 1C | 12E | 62 | 24 |
| Octal | 267 | 2 | 262 | 0 | 143 | 3 | 34 | 456 | 142 | 44 |
| Binary | 10110111 | 10 | 10110010 | 0 | 1100011 | 11 | 11100 | 100101110 | 1100010 | 100100 |
Color Harmonies of #B702B2
Complementary color
Monochromatic Colors of #B702B2
Black with #B702B2
Text Example
Text Example
White with #B702B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702B2; }
p { color: rgb(183,2,178); }
H1.HeaderClassName
{
color: #B702B2;
}
.AnyTagClassName
{
color: #B702B2;
}
</style>
background-color css
<style>
a { background-color: #B702B2; }
a { background-color: rgb(183,2,178); }
div.DivClassName
{
background-color: #B702B2;
}
.BgClassName
{
background-color: #B702B2;
}
</style>
border-color css
<style>
span { border-color: #B702B2; }
span { border-color: rgb(183,2,178); }
td.TdClassName
{
border-color: #B702B2;
}
.TagClassName
{
border-color: #B702B2;
}
</style>