Shades of Deep Magenta #B314BC
Tints of Deep Magenta #B314BC
RGB
CMYK
RGB Variations
Color information
#B314BC (or 0xB314BC) is known color: Deep Magenta. HEX triplet: B3, 14 and BC. RGB value is (179,20,188). Sum of RGB (Red+Green+Blue) = 179+20+188=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #B314BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314BC is #4CEB43. Grayscale: #565656. Windows color (decimal): -5040964 or 12326067. OLE color: 12326067.
HSL color Cylindrical-coordinate representation of color #B314BC: hue angle of 296.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B314BC is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 20 | 188 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.26 |
| HSL | 296.79º | 0.81% | 0.41% | - |
| HSV(B) | 296.79º | 0.89% | 0.74% | - |
| XYZ | 27.92 | 13.71 | 48.75 | - |
| YUV | 86.69 | 185.18 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 188 | 0.05 | 0.89 | 0 | 0.26 | 296.79 | 0.81 | 0.41 |
| Hex | B3 | 14 | BC | 5 | 59 | 0 | 1A | 129 | 51 | 29 |
| Octal | 263 | 24 | 274 | 5 | 131 | 0 | 32 | 451 | 121 | 51 |
| Binary | 10110011 | 10100 | 10111100 | 101 | 1011001 | 0 | 11010 | 100101001 | 1010001 | 101001 |
Color Harmonies of #B314BC
Complementary color
Monochromatic Colors of #B314BC
Black with #B314BC
Text Example
Text Example
White with #B314BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B314BC; }
p { color: rgb(179,20,188); }
H1.HeaderClassName
{
color: #B314BC;
}
.AnyTagClassName
{
color: #B314BC;
}
</style>
background-color css
<style>
a { background-color: #B314BC; }
a { background-color: rgb(179,20,188); }
div.DivClassName
{
background-color: #B314BC;
}
.BgClassName
{
background-color: #B314BC;
}
</style>
border-color css
<style>
span { border-color: #B314BC; }
span { border-color: rgb(179,20,188); }
td.TdClassName
{
border-color: #B314BC;
}
.TagClassName
{
border-color: #B314BC;
}
</style>