Shades of Deep Magenta #B613AB
Tints of Deep Magenta #B613AB
RGB
CMYK
RGB Variations
Color information
#B613AB (or 0xB613AB) is known color: Deep Magenta. HEX triplet: B6, 13 and AB. RGB value is (182,19,171). Sum of RGB (Red+Green+Blue) = 182+19+171=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B613AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B613AB is #49EC54. Grayscale: #545454. Windows color (decimal): -4844629 or 11211702. OLE color: 11211702.
HSL color Cylindrical-coordinate representation of color #B613AB: hue angle of 304.05º 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 #B613AB is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 171 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.29 |
| HSL | 304.05º | 0.81% | 0.39% | - |
| HSV(B) | 304.05º | 0.9% | 0.71% | - |
| XYZ | 26.87 | 13.35 | 39.69 | - |
| YUV | 85.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 171 | 0 | 0.90 | 0.06 | 0.29 | 304.05 | 0.81 | 0.39 |
| Hex | B6 | 13 | AB | 0 | 5A | 6 | 1D | 130 | 51 | 27 |
| Octal | 266 | 23 | 253 | 0 | 132 | 6 | 35 | 460 | 121 | 47 |
| Binary | 10110110 | 10011 | 10101011 | 0 | 1011010 | 110 | 11101 | 100110000 | 1010001 | 100111 |
Color Harmonies of #B613AB
Complementary color
Monochromatic Colors of #B613AB
Black with #B613AB
Text Example
Text Example
White with #B613AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613AB; }
p { color: rgb(182,19,171); }
H1.HeaderClassName
{
color: #B613AB;
}
.AnyTagClassName
{
color: #B613AB;
}
</style>
background-color css
<style>
a { background-color: #B613AB; }
a { background-color: rgb(182,19,171); }
div.DivClassName
{
background-color: #B613AB;
}
.BgClassName
{
background-color: #B613AB;
}
</style>
border-color css
<style>
span { border-color: #B613AB; }
span { border-color: rgb(182,19,171); }
td.TdClassName
{
border-color: #B613AB;
}
.TagClassName
{
border-color: #B613AB;
}
</style>