Shades of Deep Magenta #B315D4
Tints of Deep Magenta #B315D4
RGB
CMYK
RGB Variations
Color information
#B315D4 (or 0xB315D4) is known color: Deep Magenta. HEX triplet: B3, 15 and D4. RGB value is (179,21,212). Sum of RGB (Red+Green+Blue) = 179+21+212=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 212 (83.20% from 255 or 51.46% from 412); Max value from RGB is 212 - color contains mainly: blue. Hex color #B315D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B315D4 is #4CEA2B. Grayscale: #595959. Windows color (decimal): -5040684 or 13899187. OLE color: 13899187.
HSL color Cylindrical-coordinate representation of color #B315D4: hue angle of 289.63º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B315D4 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 21 | 212 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.17 |
| HSL | 289.63º | 0.82% | 0.46% | - |
| HSV(B) | 289.63º | 0.9% | 0.83% | - |
| XYZ | 30.74 | 14.87 | 63.54 | - |
| YUV | 90.02 | 196.85 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 212 | 0.16 | 0.90 | 0 | 0.17 | 289.63 | 0.82 | 0.46 |
| Hex | B3 | 15 | D4 | 10 | 5A | 0 | 11 | 122 | 52 | 2E |
| Octal | 263 | 25 | 324 | 20 | 132 | 0 | 21 | 442 | 122 | 56 |
| Binary | 10110011 | 10101 | 11010100 | 10000 | 1011010 | 0 | 10001 | 100100010 | 1010010 | 101110 |
Color Harmonies of #B315D4
Complementary color
Monochromatic Colors of #B315D4
Black with #B315D4
Text Example
Text Example
White with #B315D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B315D4; }
p { color: rgb(179,21,212); }
H1.HeaderClassName
{
color: #B315D4;
}
.AnyTagClassName
{
color: #B315D4;
}
</style>
background-color css
<style>
a { background-color: #B315D4; }
a { background-color: rgb(179,21,212); }
div.DivClassName
{
background-color: #B315D4;
}
.BgClassName
{
background-color: #B315D4;
}
</style>
border-color css
<style>
span { border-color: #B315D4; }
span { border-color: rgb(179,21,212); }
td.TdClassName
{
border-color: #B315D4;
}
.TagClassName
{
border-color: #B315D4;
}
</style>