Shades of Deep Magenta #B606A8
Tints of Deep Magenta #B606A8
RGB
CMYK
RGB Variations
Color information
#B606A8 (or 0xB606A8) is known color: Deep Magenta. HEX triplet: B6, 06 and A8. RGB value is (182,6,168). Sum of RGB (Red+Green+Blue) = 182+6+168=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B606A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B606A8 is #49F957. Grayscale: #4C4C4C. Windows color (decimal): -4847960 or 11011766. OLE color: 11011766.
HSL color Cylindrical-coordinate representation of color #B606A8: hue angle of 304.77º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B606A8 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.29 |
| HSL | 304.77º | 0.94% | 0.37% | - |
| HSV(B) | 304.77º | 0.97% | 0.71% | - |
| XYZ | 26.42 | 12.9 | 38.14 | - |
| YUV | 77.09 | 179.31 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 6 | 168 | 0 | 0.97 | 0.08 | 0.29 | 304.77 | 0.94 | 0.37 |
| Hex | B6 | 6 | A8 | 0 | 61 | 8 | 1D | 131 | 5E | 25 |
| Octal | 266 | 6 | 250 | 0 | 141 | 10 | 35 | 461 | 136 | 45 |
| Binary | 10110110 | 110 | 10101000 | 0 | 1100001 | 1000 | 11101 | 100110001 | 1011110 | 100101 |
Color Harmonies of #B606A8
Complementary color
Monochromatic Colors of #B606A8
Black with #B606A8
Text Example
Text Example
White with #B606A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B606A8; }
p { color: rgb(182,6,168); }
H1.HeaderClassName
{
color: #B606A8;
}
.AnyTagClassName
{
color: #B606A8;
}
</style>
background-color css
<style>
a { background-color: #B606A8; }
a { background-color: rgb(182,6,168); }
div.DivClassName
{
background-color: #B606A8;
}
.BgClassName
{
background-color: #B606A8;
}
</style>
border-color css
<style>
span { border-color: #B606A8; }
span { border-color: rgb(182,6,168); }
td.TdClassName
{
border-color: #B606A8;
}
.TagClassName
{
border-color: #B606A8;
}
</style>