Shades of Deep Magenta #B313B2
Tints of Deep Magenta #B313B2
RGB
CMYK
RGB Variations
Color information
#B313B2 (or 0xB313B2) is known color: Deep Magenta. HEX triplet: B3, 13 and B2. RGB value is (179,19,178). Sum of RGB (Red+Green+Blue) = 179+19+178=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B313B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B313B2 is #4CEC4D. Grayscale: #545454. Windows color (decimal): -5041230 or 11670451. OLE color: 11670451.
HSL color Cylindrical-coordinate representation of color #B313B2: hue angle of 300.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B313B2 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 178 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.30 |
| HSL | 300.38º | 0.81% | 0.39% | - |
| HSV(B) | 300.38º | 0.89% | 0.7% | - |
| XYZ | 26.86 | 13.26 | 43.26 | - |
| YUV | 84.97 | 180.51 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 178 | 0 | 0.89 | 0.01 | 0.30 | 300.38 | 0.81 | 0.39 |
| Hex | B3 | 13 | B2 | 0 | 59 | 1 | 1E | 12C | 51 | 27 |
| Octal | 263 | 23 | 262 | 0 | 131 | 1 | 36 | 454 | 121 | 47 |
| Binary | 10110011 | 10011 | 10110010 | 0 | 1011001 | 1 | 11110 | 100101100 | 1010001 | 100111 |
Color Harmonies of #B313B2
Complementary color
Monochromatic Colors of #B313B2
Black with #B313B2
Text Example
Text Example
White with #B313B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313B2; }
p { color: rgb(179,19,178); }
H1.HeaderClassName
{
color: #B313B2;
}
.AnyTagClassName
{
color: #B313B2;
}
</style>
background-color css
<style>
a { background-color: #B313B2; }
a { background-color: rgb(179,19,178); }
div.DivClassName
{
background-color: #B313B2;
}
.BgClassName
{
background-color: #B313B2;
}
</style>
border-color css
<style>
span { border-color: #B313B2; }
span { border-color: rgb(179,19,178); }
td.TdClassName
{
border-color: #B313B2;
}
.TagClassName
{
border-color: #B313B2;
}
</style>