Shades of Deep Magenta #B602AA
Tints of Deep Magenta #B602AA
RGB
CMYK
RGB Variations
Color information
#B602AA (or 0xB602AA) is known color: Deep Magenta. HEX triplet: B6, 02 and AA. RGB value is (182,2,170). Sum of RGB (Red+Green+Blue) = 182+2+170=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B602AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B602AA is #49FD55. Grayscale: #4A4A4A. Windows color (decimal): -4848982 or 11141814. OLE color: 11141814.
HSL color Cylindrical-coordinate representation of color #B602AA: hue angle of 304º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602AA is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.29 |
| HSL | 304º | 0.98% | 0.36% | - |
| HSV(B) | 304º | 0.99% | 0.71% | - |
| XYZ | 26.57 | 12.89 | 39.12 | - |
| YUV | 74.97 | 181.63 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 170 | 0 | 0.99 | 0.07 | 0.29 | 304 | 0.98 | 0.36 |
| Hex | B6 | 2 | AA | 0 | 63 | 7 | 1D | 130 | 62 | 24 |
| Octal | 266 | 2 | 252 | 0 | 143 | 7 | 35 | 460 | 142 | 44 |
| Binary | 10110110 | 10 | 10101010 | 0 | 1100011 | 111 | 11101 | 100110000 | 1100010 | 100100 |
Color Harmonies of #B602AA
Complementary color
Monochromatic Colors of #B602AA
Black with #B602AA
Text Example
Text Example
White with #B602AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602AA; }
p { color: rgb(182,2,170); }
H1.HeaderClassName
{
color: #B602AA;
}
.AnyTagClassName
{
color: #B602AA;
}
</style>
background-color css
<style>
a { background-color: #B602AA; }
a { background-color: rgb(182,2,170); }
div.DivClassName
{
background-color: #B602AA;
}
.BgClassName
{
background-color: #B602AA;
}
</style>
border-color css
<style>
span { border-color: #B602AA; }
span { border-color: rgb(182,2,170); }
td.TdClassName
{
border-color: #B602AA;
}
.TagClassName
{
border-color: #B602AA;
}
</style>