Shades of Deep Magenta #B315CF
Tints of Deep Magenta #B315CF
RGB
CMYK
RGB Variations
Color information
#B315CF (or 0xB315CF) is known color: Deep Magenta. HEX triplet: B3, 15 and CF. RGB value is (179,21,207). Sum of RGB (Red+Green+Blue) = 179+21+207=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #B315CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B315CF is #4CEA30. Grayscale: #585858. Windows color (decimal): -5040689 or 13571507. OLE color: 13571507.
HSL color Cylindrical-coordinate representation of color #B315CF: hue angle of 290.97º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B315CF is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 21 | 207 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.19 |
| HSL | 290.97º | 0.82% | 0.45% | - |
| HSV(B) | 290.97º | 0.9% | 0.81% | - |
| XYZ | 30.12 | 14.63 | 60.27 | - |
| YUV | 89.45 | 194.35 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 207 | 0.14 | 0.90 | 0 | 0.19 | 290.97 | 0.82 | 0.45 |
| Hex | B3 | 15 | CF | E | 5A | 0 | 13 | 123 | 52 | 2D |
| Octal | 263 | 25 | 317 | 16 | 132 | 0 | 23 | 443 | 122 | 55 |
| Binary | 10110011 | 10101 | 11001111 | 1110 | 1011010 | 0 | 10011 | 100100011 | 1010010 | 101101 |
Color Harmonies of #B315CF
Complementary color
Monochromatic Colors of #B315CF
Black with #B315CF
Text Example
Text Example
White with #B315CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B315CF; }
p { color: rgb(179,21,207); }
H1.HeaderClassName
{
color: #B315CF;
}
.AnyTagClassName
{
color: #B315CF;
}
</style>
background-color css
<style>
a { background-color: #B315CF; }
a { background-color: rgb(179,21,207); }
div.DivClassName
{
background-color: #B315CF;
}
.BgClassName
{
background-color: #B315CF;
}
</style>
border-color css
<style>
span { border-color: #B315CF; }
span { border-color: rgb(179,21,207); }
td.TdClassName
{
border-color: #B315CF;
}
.TagClassName
{
border-color: #B315CF;
}
</style>