Shades of Deep Magenta #B313AF
Tints of Deep Magenta #B313AF
RGB
CMYK
RGB Variations
Color information
#B313AF (or 0xB313AF) is known color: Deep Magenta. HEX triplet: B3, 13 and AF. RGB value is (179,19,175). Sum of RGB (Red+Green+Blue) = 179+19+175=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B313AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B313AF is #4CEC50. Grayscale: #545454. Windows color (decimal): -5041233 or 11473843. OLE color: 11473843.
HSL color Cylindrical-coordinate representation of color #B313AF: hue angle of 301.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B313AF is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 175 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.30 |
| HSL | 301.5º | 0.81% | 0.39% | - |
| HSV(B) | 301.5º | 0.89% | 0.7% | - |
| XYZ | 26.56 | 13.14 | 41.69 | - |
| YUV | 84.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 175 | 0 | 0.89 | 0.02 | 0.30 | 301.5 | 0.81 | 0.39 |
| Hex | B3 | 13 | AF | 0 | 59 | 2 | 1E | 12E | 51 | 27 |
| Octal | 263 | 23 | 257 | 0 | 131 | 2 | 36 | 456 | 121 | 47 |
| Binary | 10110011 | 10011 | 10101111 | 0 | 1011001 | 10 | 11110 | 100101110 | 1010001 | 100111 |
Color Harmonies of #B313AF
Complementary color
Monochromatic Colors of #B313AF
Black with #B313AF
Text Example
Text Example
White with #B313AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313AF; }
p { color: rgb(179,19,175); }
H1.HeaderClassName
{
color: #B313AF;
}
.AnyTagClassName
{
color: #B313AF;
}
</style>
background-color css
<style>
a { background-color: #B313AF; }
a { background-color: rgb(179,19,175); }
div.DivClassName
{
background-color: #B313AF;
}
.BgClassName
{
background-color: #B313AF;
}
</style>
border-color css
<style>
span { border-color: #B313AF; }
span { border-color: rgb(179,19,175); }
td.TdClassName
{
border-color: #B313AF;
}
.TagClassName
{
border-color: #B313AF;
}
</style>