Shades of Deep Magenta #B602AB
Tints of Deep Magenta #B602AB
RGB
CMYK
RGB Variations
Color information
#B602AB (or 0xB602AB) is known color: Deep Magenta. HEX triplet: B6, 02 and AB. RGB value is (182,2,171). Sum of RGB (Red+Green+Blue) = 182+2+171=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B602AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B602AB is #49FD54. Grayscale: #4A4A4A. Windows color (decimal): -4848981 or 11207350. OLE color: 11207350.
HSL color Cylindrical-coordinate representation of color #B602AB: hue angle of 303.67º 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 #B602AB is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.29 |
| HSL | 303.67º | 0.98% | 0.36% | - |
| HSV(B) | 303.67º | 0.99% | 0.71% | - |
| XYZ | 26.66 | 12.93 | 39.62 | - |
| YUV | 75.09 | 182.13 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 171 | 0 | 0.99 | 0.06 | 0.29 | 303.67 | 0.98 | 0.36 |
| Hex | B6 | 2 | AB | 0 | 63 | 6 | 1D | 130 | 62 | 24 |
| Octal | 266 | 2 | 253 | 0 | 143 | 6 | 35 | 460 | 142 | 44 |
| Binary | 10110110 | 10 | 10101011 | 0 | 1100011 | 110 | 11101 | 100110000 | 1100010 | 100100 |
Color Harmonies of #B602AB
Complementary color
Monochromatic Colors of #B602AB
Black with #B602AB
Text Example
Text Example
White with #B602AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602AB; }
p { color: rgb(182,2,171); }
H1.HeaderClassName
{
color: #B602AB;
}
.AnyTagClassName
{
color: #B602AB;
}
</style>
background-color css
<style>
a { background-color: #B602AB; }
a { background-color: rgb(182,2,171); }
div.DivClassName
{
background-color: #B602AB;
}
.BgClassName
{
background-color: #B602AB;
}
</style>
border-color css
<style>
span { border-color: #B602AB; }
span { border-color: rgb(182,2,171); }
td.TdClassName
{
border-color: #B602AB;
}
.TagClassName
{
border-color: #B602AB;
}
</style>