Shades of Deep Magenta #B613A9
Tints of Deep Magenta #B613A9
RGB
CMYK
RGB Variations
Color information
#B613A9 (or 0xB613A9) is known color: Deep Magenta. HEX triplet: B6, 13 and A9. RGB value is (182,19,169). Sum of RGB (Red+Green+Blue) = 182+19+169=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 169 (66.41% from 255 or 45.68% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B613A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B613A9 is #49EC56. Grayscale: #545454. Windows color (decimal): -4844631 or 11080630. OLE color: 11080630.
HSL color Cylindrical-coordinate representation of color #B613A9: hue angle of 304.79º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B613A9 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 169 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.29 |
| HSL | 304.79º | 0.81% | 0.39% | - |
| HSV(B) | 304.79º | 0.9% | 0.71% | - |
| XYZ | 26.69 | 13.28 | 38.69 | - |
| YUV | 84.84 | 175.5 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 169 | 0 | 0.90 | 0.07 | 0.29 | 304.79 | 0.81 | 0.39 |
| Hex | B6 | 13 | A9 | 0 | 5A | 7 | 1D | 131 | 51 | 27 |
| Octal | 266 | 23 | 251 | 0 | 132 | 7 | 35 | 461 | 121 | 47 |
| Binary | 10110110 | 10011 | 10101001 | 0 | 1011010 | 111 | 11101 | 100110001 | 1010001 | 100111 |
Color Harmonies of #B613A9
Complementary color
Monochromatic Colors of #B613A9
Black with #B613A9
Text Example
Text Example
White with #B613A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613A9; }
p { color: rgb(182,19,169); }
H1.HeaderClassName
{
color: #B613A9;
}
.AnyTagClassName
{
color: #B613A9;
}
</style>
background-color css
<style>
a { background-color: #B613A9; }
a { background-color: rgb(182,19,169); }
div.DivClassName
{
background-color: #B613A9;
}
.BgClassName
{
background-color: #B613A9;
}
</style>
border-color css
<style>
span { border-color: #B613A9; }
span { border-color: rgb(182,19,169); }
td.TdClassName
{
border-color: #B613A9;
}
.TagClassName
{
border-color: #B613A9;
}
</style>