Shades of Deep Magenta #B316AF
Tints of Deep Magenta #B316AF
RGB
CMYK
RGB Variations
Color information
#B316AF (or 0xB316AF) is known color: Deep Magenta. HEX triplet: B3, 16 and AF. RGB value is (179,22,175). Sum of RGB (Red+Green+Blue) = 179+22+175=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B316AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B316AF is #4CE950. Grayscale: #555555. Windows color (decimal): -5040465 or 11474611. OLE color: 11474611.
HSL color Cylindrical-coordinate representation of color #B316AF: hue angle of 301.53º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B316AF is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 22 | 175 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.30 |
| HSL | 301.53º | 0.78% | 0.39% | - |
| HSV(B) | 301.53º | 0.88% | 0.7% | - |
| XYZ | 26.62 | 13.25 | 41.71 | - |
| YUV | 86.39 | 178.01 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 175 | 0 | 0.88 | 0.02 | 0.30 | 301.53 | 0.78 | 0.39 |
| Hex | B3 | 16 | AF | 0 | 58 | 2 | 1E | 12E | 4E | 27 |
| Octal | 263 | 26 | 257 | 0 | 130 | 2 | 36 | 456 | 116 | 47 |
| Binary | 10110011 | 10110 | 10101111 | 0 | 1011000 | 10 | 11110 | 100101110 | 1001110 | 100111 |
Color Harmonies of #B316AF
Complementary color
Monochromatic Colors of #B316AF
Black with #B316AF
Text Example
Text Example
White with #B316AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B316AF; }
p { color: rgb(179,22,175); }
H1.HeaderClassName
{
color: #B316AF;
}
.AnyTagClassName
{
color: #B316AF;
}
</style>
background-color css
<style>
a { background-color: #B316AF; }
a { background-color: rgb(179,22,175); }
div.DivClassName
{
background-color: #B316AF;
}
.BgClassName
{
background-color: #B316AF;
}
</style>
border-color css
<style>
span { border-color: #B316AF; }
span { border-color: rgb(179,22,175); }
td.TdClassName
{
border-color: #B316AF;
}
.TagClassName
{
border-color: #B316AF;
}
</style>