Shades of Deep Magenta #B600AB
Tints of Deep Magenta #B600AB
RGB
CMYK
RGB Variations
Color information
#B600AB (or 0xB600AB) is known color: Deep Magenta. HEX triplet: B6, 00 and AB. RGB value is (182,0,171). Sum of RGB (Red+Green+Blue) = 182+0+171=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B600AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B600AB is #49FF54. Grayscale: #494949. Windows color (decimal): -4849493 or 11206838. OLE color: 11206838.
HSL color Cylindrical-coordinate representation of color #B600AB: hue angle of 303.63º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B600AB is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.06 | 0.29 |
| HSL | 303.63º | 1% | 0.36% | - |
| HSV(B) | 303.63º | 1% | 0.71% | - |
| XYZ | 26.64 | 12.89 | 39.61 | - |
| YUV | 73.91 | 182.8 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 171 | 0 | 1 | 0.06 | 0.29 | 303.63 | 1 | 0.36 |
| Hex | B6 | 0 | AB | 0 | 64 | 6 | 1D | 130 | 64 | 24 |
| Octal | 266 | 0 | 253 | 0 | 144 | 6 | 35 | 460 | 144 | 44 |
| Binary | 10110110 | 0 | 10101011 | 0 | 1100100 | 110 | 11101 | 100110000 | 1100100 | 100100 |
Color Harmonies of #B600AB
Complementary color
Monochromatic Colors of #B600AB
Black with #B600AB
Text Example
Text Example
White with #B600AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B600AB; }
p { color: rgb(182,0,171); }
H1.HeaderClassName
{
color: #B600AB;
}
.AnyTagClassName
{
color: #B600AB;
}
</style>
background-color css
<style>
a { background-color: #B600AB; }
a { background-color: rgb(182,0,171); }
div.DivClassName
{
background-color: #B600AB;
}
.BgClassName
{
background-color: #B600AB;
}
</style>
border-color css
<style>
span { border-color: #B600AB; }
span { border-color: rgb(182,0,171); }
td.TdClassName
{
border-color: #B600AB;
}
.TagClassName
{
border-color: #B600AB;
}
</style>