Shades of Deep Magenta #B613AA
Tints of Deep Magenta #B613AA
RGB
CMYK
RGB Variations
Color information
#B613AA (or 0xB613AA) is known color: Deep Magenta. HEX triplet: B6, 13 and AA. RGB value is (182,19,170). Sum of RGB (Red+Green+Blue) = 182+19+170=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B613AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B613AA is #49EC55. Grayscale: #545454. Windows color (decimal): -4844630 or 11146166. OLE color: 11146166.
HSL color Cylindrical-coordinate representation of color #B613AA: hue angle of 304.42º 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 #B613AA is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 170 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.29 |
| HSL | 304.42º | 0.81% | 0.39% | - |
| HSV(B) | 304.42º | 0.9% | 0.71% | - |
| XYZ | 26.78 | 13.31 | 39.19 | - |
| YUV | 84.95 | 176 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 170 | 0 | 0.90 | 0.07 | 0.29 | 304.42 | 0.81 | 0.39 |
| Hex | B6 | 13 | AA | 0 | 5A | 7 | 1D | 130 | 51 | 27 |
| Octal | 266 | 23 | 252 | 0 | 132 | 7 | 35 | 460 | 121 | 47 |
| Binary | 10110110 | 10011 | 10101010 | 0 | 1011010 | 111 | 11101 | 100110000 | 1010001 | 100111 |
Color Harmonies of #B613AA
Complementary color
Monochromatic Colors of #B613AA
Black with #B613AA
Text Example
Text Example
White with #B613AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613AA; }
p { color: rgb(182,19,170); }
H1.HeaderClassName
{
color: #B613AA;
}
.AnyTagClassName
{
color: #B613AA;
}
</style>
background-color css
<style>
a { background-color: #B613AA; }
a { background-color: rgb(182,19,170); }
div.DivClassName
{
background-color: #B613AA;
}
.BgClassName
{
background-color: #B613AA;
}
</style>
border-color css
<style>
span { border-color: #B613AA; }
span { border-color: rgb(182,19,170); }
td.TdClassName
{
border-color: #B613AA;
}
.TagClassName
{
border-color: #B613AA;
}
</style>