Shades of Deep Magenta #B313BD
Tints of Deep Magenta #B313BD
RGB
CMYK
RGB Variations
Color information
#B313BD (or 0xB313BD) is known color: Deep Magenta. HEX triplet: B3, 13 and BD. RGB value is (179,19,189). Sum of RGB (Red+Green+Blue) = 179+19+189=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #B313BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313BD is #4CEC42. Grayscale: #555555. Windows color (decimal): -5041219 or 12391347. OLE color: 12391347.
HSL color Cylindrical-coordinate representation of color #B313BD: hue angle of 296.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B313BD is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 19 | 189 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.26 |
| HSL | 296.47º | 0.82% | 0.41% | - |
| HSV(B) | 296.47º | 0.9% | 0.74% | - |
| XYZ | 28.01 | 13.72 | 49.32 | - |
| YUV | 86.22 | 186.01 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 189 | 0.05 | 0.90 | 0 | 0.26 | 296.47 | 0.82 | 0.41 |
| Hex | B3 | 13 | BD | 5 | 5A | 0 | 1A | 128 | 52 | 29 |
| Octal | 263 | 23 | 275 | 5 | 132 | 0 | 32 | 450 | 122 | 51 |
| Binary | 10110011 | 10011 | 10111101 | 101 | 1011010 | 0 | 11010 | 100101000 | 1010010 | 101001 |
Color Harmonies of #B313BD
Complementary color
Monochromatic Colors of #B313BD
Black with #B313BD
Text Example
Text Example
White with #B313BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313BD; }
p { color: rgb(179,19,189); }
H1.HeaderClassName
{
color: #B313BD;
}
.AnyTagClassName
{
color: #B313BD;
}
</style>
background-color css
<style>
a { background-color: #B313BD; }
a { background-color: rgb(179,19,189); }
div.DivClassName
{
background-color: #B313BD;
}
.BgClassName
{
background-color: #B313BD;
}
</style>
border-color css
<style>
span { border-color: #B313BD; }
span { border-color: rgb(179,19,189); }
td.TdClassName
{
border-color: #B313BD;
}
.TagClassName
{
border-color: #B313BD;
}
</style>