Shades of Deep Magenta #B315BE
Tints of Deep Magenta #B315BE
RGB
CMYK
RGB Variations
Color information
#B315BE (or 0xB315BE) is known color: Deep Magenta. HEX triplet: B3, 15 and BE. RGB value is (179,21,190). Sum of RGB (Red+Green+Blue) = 179+21+190=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #B315BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B315BE is #4CEA41. Grayscale: #565656. Windows color (decimal): -5040706 or 12457395. OLE color: 12457395.
HSL color Cylindrical-coordinate representation of color #B315BE: hue angle of 296.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B315BE is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 21 | 190 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.25 |
| HSL | 296.09º | 0.8% | 0.41% | - |
| HSV(B) | 296.09º | 0.89% | 0.75% | - |
| XYZ | 28.15 | 13.84 | 49.9 | - |
| YUV | 87.51 | 185.85 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 190 | 0.06 | 0.89 | 0 | 0.25 | 296.09 | 0.8 | 0.41 |
| Hex | B3 | 15 | BE | 6 | 59 | 0 | 19 | 128 | 50 | 29 |
| Octal | 263 | 25 | 276 | 6 | 131 | 0 | 31 | 450 | 120 | 51 |
| Binary | 10110011 | 10101 | 10111110 | 110 | 1011001 | 0 | 11001 | 100101000 | 1010000 | 101001 |
Color Harmonies of #B315BE
Complementary color
Monochromatic Colors of #B315BE
Black with #B315BE
Text Example
Text Example
White with #B315BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B315BE; }
p { color: rgb(179,21,190); }
H1.HeaderClassName
{
color: #B315BE;
}
.AnyTagClassName
{
color: #B315BE;
}
</style>
background-color css
<style>
a { background-color: #B315BE; }
a { background-color: rgb(179,21,190); }
div.DivClassName
{
background-color: #B315BE;
}
.BgClassName
{
background-color: #B315BE;
}
</style>
border-color css
<style>
span { border-color: #B315BE; }
span { border-color: rgb(179,21,190); }
td.TdClassName
{
border-color: #B315BE;
}
.TagClassName
{
border-color: #B315BE;
}
</style>