Shades of Deep Magenta #B600AF
Tints of Deep Magenta #B600AF
RGB
CMYK
RGB Variations
Color information
#B600AF (or 0xB600AF) is known color: Deep Magenta. HEX triplet: B6, 00 and AF. RGB value is (182,0,175). Sum of RGB (Red+Green+Blue) = 182+0+175=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B600AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B600AF is #49FF50. Grayscale: #494949. Windows color (decimal): -4849489 or 11468982. OLE color: 11468982.
HSL color Cylindrical-coordinate representation of color #B600AF: hue angle of 302.31º 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 #B600AF is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.04 | 0.29 |
| HSL | 302.31º | 1% | 0.36% | - |
| HSV(B) | 302.31º | 1% | 0.71% | - |
| XYZ | 27.03 | 13.04 | 41.65 | - |
| YUV | 74.37 | 184.8 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 175 | 0 | 1 | 0.04 | 0.29 | 302.31 | 1 | 0.36 |
| Hex | B6 | 0 | AF | 0 | 64 | 4 | 1D | 12E | 64 | 24 |
| Octal | 266 | 0 | 257 | 0 | 144 | 4 | 35 | 456 | 144 | 44 |
| Binary | 10110110 | 0 | 10101111 | 0 | 1100100 | 100 | 11101 | 100101110 | 1100100 | 100100 |
Color Harmonies of #B600AF
Complementary color
Monochromatic Colors of #B600AF
Black with #B600AF
Text Example
Text Example
White with #B600AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B600AF; }
p { color: rgb(182,0,175); }
H1.HeaderClassName
{
color: #B600AF;
}
.AnyTagClassName
{
color: #B600AF;
}
</style>
background-color css
<style>
a { background-color: #B600AF; }
a { background-color: rgb(182,0,175); }
div.DivClassName
{
background-color: #B600AF;
}
.BgClassName
{
background-color: #B600AF;
}
</style>
border-color css
<style>
span { border-color: #B600AF; }
span { border-color: rgb(182,0,175); }
td.TdClassName
{
border-color: #B600AF;
}
.TagClassName
{
border-color: #B600AF;
}
</style>