Shades of Deep Magenta #B314BB
Tints of Deep Magenta #B314BB
RGB
CMYK
RGB Variations
Color information
#B314BB (or 0xB314BB) is known color: Deep Magenta. HEX triplet: B3, 14 and BB. RGB value is (179,20,187). Sum of RGB (Red+Green+Blue) = 179+20+187=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #B314BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314BB is #4CEB44. Grayscale: #565656. Windows color (decimal): -5040965 or 12260531. OLE color: 12260531.
HSL color Cylindrical-coordinate representation of color #B314BB: hue angle of 297.13º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B314BB is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 20 | 187 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.27 |
| HSL | 297.13º | 0.81% | 0.41% | - |
| HSV(B) | 297.13º | 0.89% | 0.73% | - |
| XYZ | 27.81 | 13.67 | 48.19 | - |
| YUV | 86.58 | 184.68 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 187 | 0.04 | 0.89 | 0 | 0.27 | 297.13 | 0.81 | 0.41 |
| Hex | B3 | 14 | BB | 4 | 59 | 0 | 1B | 129 | 51 | 29 |
| Octal | 263 | 24 | 273 | 4 | 131 | 0 | 33 | 451 | 121 | 51 |
| Binary | 10110011 | 10100 | 10111011 | 100 | 1011001 | 0 | 11011 | 100101001 | 1010001 | 101001 |
Color Harmonies of #B314BB
Complementary color
Monochromatic Colors of #B314BB
Black with #B314BB
Text Example
Text Example
White with #B314BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B314BB; }
p { color: rgb(179,20,187); }
H1.HeaderClassName
{
color: #B314BB;
}
.AnyTagClassName
{
color: #B314BB;
}
</style>
background-color css
<style>
a { background-color: #B314BB; }
a { background-color: rgb(179,20,187); }
div.DivClassName
{
background-color: #B314BB;
}
.BgClassName
{
background-color: #B314BB;
}
</style>
border-color css
<style>
span { border-color: #B314BB; }
span { border-color: rgb(179,20,187); }
td.TdClassName
{
border-color: #B314BB;
}
.TagClassName
{
border-color: #B314BB;
}
</style>