Shades of Deep Magenta #B314BA
Tints of Deep Magenta #B314BA
RGB
CMYK
RGB Variations
Color information
#B314BA (or 0xB314BA) is known color: Deep Magenta. HEX triplet: B3, 14 and BA. RGB value is (179,20,186). Sum of RGB (Red+Green+Blue) = 179+20+186=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #B314BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314BA is #4CEB45. Grayscale: #555555. Windows color (decimal): -5040966 or 12194995. OLE color: 12194995.
HSL color Cylindrical-coordinate representation of color #B314BA: hue angle of 297.47º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B314BA is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 20 | 186 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.27 |
| HSL | 297.47º | 0.81% | 0.4% | - |
| HSV(B) | 297.47º | 0.89% | 0.73% | - |
| XYZ | 27.7 | 13.63 | 47.62 | - |
| YUV | 86.47 | 184.18 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 186 | 0.04 | 0.89 | 0 | 0.27 | 297.47 | 0.81 | 0.4 |
| Hex | B3 | 14 | BA | 4 | 59 | 0 | 1B | 129 | 51 | 28 |
| Octal | 263 | 24 | 272 | 4 | 131 | 0 | 33 | 451 | 121 | 50 |
| Binary | 10110011 | 10100 | 10111010 | 100 | 1011001 | 0 | 11011 | 100101001 | 1010001 | 101000 |
Color Harmonies of #B314BA
Complementary color
Monochromatic Colors of #B314BA
Black with #B314BA
Text Example
Text Example
White with #B314BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B314BA; }
p { color: rgb(179,20,186); }
H1.HeaderClassName
{
color: #B314BA;
}
.AnyTagClassName
{
color: #B314BA;
}
</style>
background-color css
<style>
a { background-color: #B314BA; }
a { background-color: rgb(179,20,186); }
div.DivClassName
{
background-color: #B314BA;
}
.BgClassName
{
background-color: #B314BA;
}
</style>
border-color css
<style>
span { border-color: #B314BA; }
span { border-color: rgb(179,20,186); }
td.TdClassName
{
border-color: #B314BA;
}
.TagClassName
{
border-color: #B314BA;
}
</style>