Shades of Deep Magenta #B316BA
Tints of Deep Magenta #B316BA
RGB
CMYK
RGB Variations
Color information
#B316BA (or 0xB316BA) is known color: Deep Magenta. HEX triplet: B3, 16 and BA. RGB value is (179,22,186). Sum of RGB (Red+Green+Blue) = 179+22+186=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #B316BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B316BA is #4CE945. Grayscale: #575757. Windows color (decimal): -5040454 or 12195507. OLE color: 12195507.
HSL color Cylindrical-coordinate representation of color #B316BA: hue angle of 297.44º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B316BA is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 22 | 186 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.27 |
| HSL | 297.44º | 0.79% | 0.41% | - |
| HSV(B) | 297.44º | 0.88% | 0.73% | - |
| XYZ | 27.74 | 13.7 | 47.64 | - |
| YUV | 87.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 186 | 0.04 | 0.88 | 0 | 0.27 | 297.44 | 0.79 | 0.41 |
| Hex | B3 | 16 | BA | 4 | 58 | 0 | 1B | 129 | 4F | 29 |
| Octal | 263 | 26 | 272 | 4 | 130 | 0 | 33 | 451 | 117 | 51 |
| Binary | 10110011 | 10110 | 10111010 | 100 | 1011000 | 0 | 11011 | 100101001 | 1001111 | 101001 |
Color Harmonies of #B316BA
Complementary color
Monochromatic Colors of #B316BA
Black with #B316BA
Text Example
Text Example
White with #B316BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B316BA; }
p { color: rgb(179,22,186); }
H1.HeaderClassName
{
color: #B316BA;
}
.AnyTagClassName
{
color: #B316BA;
}
</style>
background-color css
<style>
a { background-color: #B316BA; }
a { background-color: rgb(179,22,186); }
div.DivClassName
{
background-color: #B316BA;
}
.BgClassName
{
background-color: #B316BA;
}
</style>
border-color css
<style>
span { border-color: #B316BA; }
span { border-color: rgb(179,22,186); }
td.TdClassName
{
border-color: #B316BA;
}
.TagClassName
{
border-color: #B316BA;
}
</style>