Shades of Deep Magenta #B314CD
Tints of Deep Magenta #B314CD
RGB
CMYK
RGB Variations
Color information
#B314CD (or 0xB314CD) is known color: Deep Magenta. HEX triplet: B3, 14 and CD. RGB value is (179,20,205). Sum of RGB (Red+Green+Blue) = 179+20+205=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #B314CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314CD is #4CEB32. Grayscale: #585858. Windows color (decimal): -5040947 or 13440179. OLE color: 13440179.
HSL color Cylindrical-coordinate representation of color #B314CD: hue angle of 291.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B314CD is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 20 | 205 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.20 |
| HSL | 291.57º | 0.82% | 0.44% | - |
| HSV(B) | 291.57º | 0.9% | 0.8% | - |
| XYZ | 29.86 | 14.49 | 58.98 | - |
| YUV | 88.63 | 193.68 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 205 | 0.13 | 0.90 | 0 | 0.20 | 291.57 | 0.82 | 0.44 |
| Hex | B3 | 14 | CD | D | 5A | 0 | 14 | 124 | 52 | 2C |
| Octal | 263 | 24 | 315 | 15 | 132 | 0 | 24 | 444 | 122 | 54 |
| Binary | 10110011 | 10100 | 11001101 | 1101 | 1011010 | 0 | 10100 | 100100100 | 1010010 | 101100 |
Color Harmonies of #B314CD
Complementary color
Monochromatic Colors of #B314CD
Black with #B314CD
Text Example
Text Example
White with #B314CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B314CD; }
p { color: rgb(179,20,205); }
H1.HeaderClassName
{
color: #B314CD;
}
.AnyTagClassName
{
color: #B314CD;
}
</style>
background-color css
<style>
a { background-color: #B314CD; }
a { background-color: rgb(179,20,205); }
div.DivClassName
{
background-color: #B314CD;
}
.BgClassName
{
background-color: #B314CD;
}
</style>
border-color css
<style>
span { border-color: #B314CD; }
span { border-color: rgb(179,20,205); }
td.TdClassName
{
border-color: #B314CD;
}
.TagClassName
{
border-color: #B314CD;
}
</style>