Shades of Deep Magenta #B601A8
Tints of Deep Magenta #B601A8
RGB
CMYK
RGB Variations
Color information
#B601A8 (or 0xB601A8) is known color: Deep Magenta. HEX triplet: B6, 01 and A8. RGB value is (182,1,168). Sum of RGB (Red+Green+Blue) = 182+1+168=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B601A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B601A8 is #49FE57. Grayscale: #494949. Windows color (decimal): -4849240 or 11010486. OLE color: 11010486.
HSL color Cylindrical-coordinate representation of color #B601A8: hue angle of 304.64º 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 #B601A8 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 168 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.29 |
| HSL | 304.64º | 0.99% | 0.36% | - |
| HSV(B) | 304.64º | 0.99% | 0.71% | - |
| XYZ | 26.37 | 12.79 | 38.13 | - |
| YUV | 74.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 168 | 0 | 0.99 | 0.08 | 0.29 | 304.64 | 0.99 | 0.36 |
| Hex | B6 | 1 | A8 | 0 | 63 | 8 | 1D | 131 | 63 | 24 |
| Octal | 266 | 1 | 250 | 0 | 143 | 10 | 35 | 461 | 143 | 44 |
| Binary | 10110110 | 1 | 10101000 | 0 | 1100011 | 1000 | 11101 | 100110001 | 1100011 | 100100 |
Color Harmonies of #B601A8
Complementary color
Monochromatic Colors of #B601A8
Black with #B601A8
Text Example
Text Example
White with #B601A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B601A8; }
p { color: rgb(182,1,168); }
H1.HeaderClassName
{
color: #B601A8;
}
.AnyTagClassName
{
color: #B601A8;
}
</style>
background-color css
<style>
a { background-color: #B601A8; }
a { background-color: rgb(182,1,168); }
div.DivClassName
{
background-color: #B601A8;
}
.BgClassName
{
background-color: #B601A8;
}
</style>
border-color css
<style>
span { border-color: #B601A8; }
span { border-color: rgb(182,1,168); }
td.TdClassName
{
border-color: #B601A8;
}
.TagClassName
{
border-color: #B601A8;
}
</style>