Shades of Deep Magenta #B601AB
Tints of Deep Magenta #B601AB
RGB
CMYK
RGB Variations
Color information
#B601AB (or 0xB601AB) is known color: Deep Magenta. HEX triplet: B6, 01 and AB. RGB value is (182,1,171). Sum of RGB (Red+Green+Blue) = 182+1+171=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B601AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B601AB is #49FE54. Grayscale: #4A4A4A. Windows color (decimal): -4849237 or 11207094. OLE color: 11207094.
HSL color Cylindrical-coordinate representation of color #B601AB: hue angle of 303.65º degrees, saturation: 0.99, 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 #B601AB is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 171 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.29 |
| HSL | 303.65º | 0.99% | 0.36% | - |
| HSV(B) | 303.65º | 0.99% | 0.71% | - |
| XYZ | 26.65 | 12.91 | 39.61 | - |
| YUV | 74.5 | 182.47 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 171 | 0 | 0.99 | 0.06 | 0.29 | 303.65 | 0.99 | 0.36 |
| Hex | B6 | 1 | AB | 0 | 63 | 6 | 1D | 130 | 63 | 24 |
| Octal | 266 | 1 | 253 | 0 | 143 | 6 | 35 | 460 | 143 | 44 |
| Binary | 10110110 | 1 | 10101011 | 0 | 1100011 | 110 | 11101 | 100110000 | 1100011 | 100100 |
Color Harmonies of #B601AB
Complementary color
Monochromatic Colors of #B601AB
Black with #B601AB
Text Example
Text Example
White with #B601AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B601AB; }
p { color: rgb(182,1,171); }
H1.HeaderClassName
{
color: #B601AB;
}
.AnyTagClassName
{
color: #B601AB;
}
</style>
background-color css
<style>
a { background-color: #B601AB; }
a { background-color: rgb(182,1,171); }
div.DivClassName
{
background-color: #B601AB;
}
.BgClassName
{
background-color: #B601AB;
}
</style>
border-color css
<style>
span { border-color: #B601AB; }
span { border-color: rgb(182,1,171); }
td.TdClassName
{
border-color: #B601AB;
}
.TagClassName
{
border-color: #B601AB;
}
</style>