Shades of Deep Magenta #B610A8
Tints of Deep Magenta #B610A8
RGB
CMYK
RGB Variations
Color information
#B610A8 (or 0xB610A8) is known color: Deep Magenta. HEX triplet: B6, 10 and A8. RGB value is (182,16,168). Sum of RGB (Red+Green+Blue) = 182+16+168=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B610A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B610A8 is #49EF57. Grayscale: #525252. Windows color (decimal): -4845400 or 11014326. OLE color: 11014326.
HSL color Cylindrical-coordinate representation of color #B610A8: hue angle of 305.06º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B610A8 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 16 | 168 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.29 |
| HSL | 305.06º | 0.84% | 0.39% | - |
| HSV(B) | 305.06º | 0.91% | 0.71% | - |
| XYZ | 26.54 | 13.14 | 38.18 | - |
| YUV | 82.96 | 176 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 168 | 0 | 0.91 | 0.08 | 0.29 | 305.06 | 0.84 | 0.39 |
| Hex | B6 | 10 | A8 | 0 | 5B | 8 | 1D | 131 | 54 | 27 |
| Octal | 266 | 20 | 250 | 0 | 133 | 10 | 35 | 461 | 124 | 47 |
| Binary | 10110110 | 10000 | 10101000 | 0 | 1011011 | 1000 | 11101 | 100110001 | 1010100 | 100111 |
Color Harmonies of #B610A8
Complementary color
Monochromatic Colors of #B610A8
Black with #B610A8
Text Example
Text Example
White with #B610A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B610A8; }
p { color: rgb(182,16,168); }
H1.HeaderClassName
{
color: #B610A8;
}
.AnyTagClassName
{
color: #B610A8;
}
</style>
background-color css
<style>
a { background-color: #B610A8; }
a { background-color: rgb(182,16,168); }
div.DivClassName
{
background-color: #B610A8;
}
.BgClassName
{
background-color: #B610A8;
}
</style>
border-color css
<style>
span { border-color: #B610A8; }
span { border-color: rgb(182,16,168); }
td.TdClassName
{
border-color: #B610A8;
}
.TagClassName
{
border-color: #B610A8;
}
</style>