Shades of Deep Magenta #B314C2
Tints of Deep Magenta #B314C2
RGB
CMYK
RGB Variations
Color information
#B314C2 (or 0xB314C2) is known color: Deep Magenta. HEX triplet: B3, 14 and C2. RGB value is (179,20,194). Sum of RGB (Red+Green+Blue) = 179+20+194=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #B314C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314C2 is #4CEB3D. Grayscale: #565656. Windows color (decimal): -5040958 or 12719283. OLE color: 12719283.
HSL color Cylindrical-coordinate representation of color #B314C2: hue angle of 294.83º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B314C2 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 20 | 194 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.24 |
| HSL | 294.83º | 0.81% | 0.42% | - |
| HSV(B) | 294.83º | 0.9% | 0.76% | - |
| XYZ | 28.58 | 13.98 | 52.23 | - |
| YUV | 87.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 194 | 0.08 | 0.90 | 0 | 0.24 | 294.83 | 0.81 | 0.42 |
| Hex | B3 | 14 | C2 | 8 | 5A | 0 | 18 | 127 | 51 | 2A |
| Octal | 263 | 24 | 302 | 10 | 132 | 0 | 30 | 447 | 121 | 52 |
| Binary | 10110011 | 10100 | 11000010 | 1000 | 1011010 | 0 | 11000 | 100100111 | 1010001 | 101010 |
Color Harmonies of #B314C2
Complementary color
Monochromatic Colors of #B314C2
Black with #B314C2
Text Example
Text Example
White with #B314C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B314C2; }
p { color: rgb(179,20,194); }
H1.HeaderClassName
{
color: #B314C2;
}
.AnyTagClassName
{
color: #B314C2;
}
</style>
background-color css
<style>
a { background-color: #B314C2; }
a { background-color: rgb(179,20,194); }
div.DivClassName
{
background-color: #B314C2;
}
.BgClassName
{
background-color: #B314C2;
}
</style>
border-color css
<style>
span { border-color: #B314C2; }
span { border-color: rgb(179,20,194); }
td.TdClassName
{
border-color: #B314C2;
}
.TagClassName
{
border-color: #B314C2;
}
</style>