Shades of Deep Magenta #B600A8
Tints of Deep Magenta #B600A8
RGB
CMYK
RGB Variations
Color information
#B600A8 (or 0xB600A8) is known color: Deep Magenta. HEX triplet: B6, 00 and A8. RGB value is (182,0,168). Sum of RGB (Red+Green+Blue) = 182+0+168=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B600A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B600A8 is #49FF57. Grayscale: #494949. Windows color (decimal): -4849496 or 11010230. OLE color: 11010230.
HSL color Cylindrical-coordinate representation of color #B600A8: hue angle of 304.62º 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 #B600A8 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.08 | 0.29 |
| HSL | 304.62º | 1% | 0.36% | - |
| HSV(B) | 304.62º | 1% | 0.71% | - |
| XYZ | 26.36 | 12.77 | 38.12 | - |
| YUV | 73.57 | 181.3 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 168 | 0 | 1 | 0.08 | 0.29 | 304.62 | 1 | 0.36 |
| Hex | B6 | 0 | A8 | 0 | 64 | 8 | 1D | 131 | 64 | 24 |
| Octal | 266 | 0 | 250 | 0 | 144 | 10 | 35 | 461 | 144 | 44 |
| Binary | 10110110 | 0 | 10101000 | 0 | 1100100 | 1000 | 11101 | 100110001 | 1100100 | 100100 |
Color Harmonies of #B600A8
Complementary color
Monochromatic Colors of #B600A8
Black with #B600A8
Text Example
Text Example
White with #B600A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B600A8; }
p { color: rgb(182,0,168); }
H1.HeaderClassName
{
color: #B600A8;
}
.AnyTagClassName
{
color: #B600A8;
}
</style>
background-color css
<style>
a { background-color: #B600A8; }
a { background-color: rgb(182,0,168); }
div.DivClassName
{
background-color: #B600A8;
}
.BgClassName
{
background-color: #B600A8;
}
</style>
border-color css
<style>
span { border-color: #B600A8; }
span { border-color: rgb(182,0,168); }
td.TdClassName
{
border-color: #B600A8;
}
.TagClassName
{
border-color: #B600A8;
}
</style>