Shades of Deep Magenta #B600AA
Tints of Deep Magenta #B600AA
RGB
CMYK
RGB Variations
Color information
#B600AA (or 0xB600AA) is known color: Deep Magenta. HEX triplet: B6, 00 and AA. RGB value is (182,0,170). Sum of RGB (Red+Green+Blue) = 182+0+170=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B600AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B600AA is #49FF55. Grayscale: #494949. Windows color (decimal): -4849494 or 11141302. OLE color: 11141302.
HSL color Cylindrical-coordinate representation of color #B600AA: hue angle of 303.96º 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 #B600AA is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.07 | 0.29 |
| HSL | 303.96º | 1% | 0.36% | - |
| HSV(B) | 303.96º | 1% | 0.71% | - |
| XYZ | 26.55 | 12.85 | 39.11 | - |
| YUV | 73.8 | 182.3 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 170 | 0 | 1 | 0.07 | 0.29 | 303.96 | 1 | 0.36 |
| Hex | B6 | 0 | AA | 0 | 64 | 7 | 1D | 130 | 64 | 24 |
| Octal | 266 | 0 | 252 | 0 | 144 | 7 | 35 | 460 | 144 | 44 |
| Binary | 10110110 | 0 | 10101010 | 0 | 1100100 | 111 | 11101 | 100110000 | 1100100 | 100100 |
Color Harmonies of #B600AA
Complementary color
Monochromatic Colors of #B600AA
Black with #B600AA
Text Example
Text Example
White with #B600AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B600AA; }
p { color: rgb(182,0,170); }
H1.HeaderClassName
{
color: #B600AA;
}
.AnyTagClassName
{
color: #B600AA;
}
</style>
background-color css
<style>
a { background-color: #B600AA; }
a { background-color: rgb(182,0,170); }
div.DivClassName
{
background-color: #B600AA;
}
.BgClassName
{
background-color: #B600AA;
}
</style>
border-color css
<style>
span { border-color: #B600AA; }
span { border-color: rgb(182,0,170); }
td.TdClassName
{
border-color: #B600AA;
}
.TagClassName
{
border-color: #B600AA;
}
</style>