Shades of Deep Magenta #B315AD
Tints of Deep Magenta #B315AD
RGB
CMYK
RGB Variations
Color information
#B315AD (or 0xB315AD) is known color: Deep Magenta. HEX triplet: B3, 15 and AD. RGB value is (179,21,173). Sum of RGB (Red+Green+Blue) = 179+21+173=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B315AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B315AD is #4CEA52. Grayscale: #555555. Windows color (decimal): -5040723 or 11343283. OLE color: 11343283.
HSL color Cylindrical-coordinate representation of color #B315AD: hue angle of 302.28º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B315AD is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 21 | 173 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.30 |
| HSL | 302.28º | 0.79% | 0.39% | - |
| HSV(B) | 302.28º | 0.88% | 0.7% | - |
| XYZ | 26.4 | 13.14 | 40.68 | - |
| YUV | 85.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 173 | 0 | 0.88 | 0.03 | 0.30 | 302.28 | 0.79 | 0.39 |
| Hex | B3 | 15 | AD | 0 | 58 | 3 | 1E | 12E | 4F | 27 |
| Octal | 263 | 25 | 255 | 0 | 130 | 3 | 36 | 456 | 117 | 47 |
| Binary | 10110011 | 10101 | 10101101 | 0 | 1011000 | 11 | 11110 | 100101110 | 1001111 | 100111 |
Color Harmonies of #B315AD
Complementary color
Monochromatic Colors of #B315AD
Black with #B315AD
Text Example
Text Example
White with #B315AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B315AD; }
p { color: rgb(179,21,173); }
H1.HeaderClassName
{
color: #B315AD;
}
.AnyTagClassName
{
color: #B315AD;
}
</style>
background-color css
<style>
a { background-color: #B315AD; }
a { background-color: rgb(179,21,173); }
div.DivClassName
{
background-color: #B315AD;
}
.BgClassName
{
background-color: #B315AD;
}
</style>
border-color css
<style>
span { border-color: #B315AD; }
span { border-color: rgb(179,21,173); }
td.TdClassName
{
border-color: #B315AD;
}
.TagClassName
{
border-color: #B315AD;
}
</style>