Shades of Deep Magenta #B313BB
Tints of Deep Magenta #B313BB
RGB
CMYK
RGB Variations
Color information
#B313BB (or 0xB313BB) is known color: Deep Magenta. HEX triplet: B3, 13 and BB. RGB value is (179,19,187). Sum of RGB (Red+Green+Blue) = 179+19+187=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #B313BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313BB is #4CEC44. Grayscale: #555555. Windows color (decimal): -5041221 or 12260275. OLE color: 12260275.
HSL color Cylindrical-coordinate representation of color #B313BB: hue angle of 297.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B313BB is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 19 | 187 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.27 |
| HSL | 297.14º | 0.82% | 0.4% | - |
| HSV(B) | 297.14º | 0.9% | 0.73% | - |
| XYZ | 27.79 | 13.64 | 48.18 | - |
| YUV | 85.99 | 185.01 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 187 | 0.04 | 0.90 | 0 | 0.27 | 297.14 | 0.82 | 0.4 |
| Hex | B3 | 13 | BB | 4 | 5A | 0 | 1B | 129 | 52 | 28 |
| Octal | 263 | 23 | 273 | 4 | 132 | 0 | 33 | 451 | 122 | 50 |
| Binary | 10110011 | 10011 | 10111011 | 100 | 1011010 | 0 | 11011 | 100101001 | 1010010 | 101000 |
Color Harmonies of #B313BB
Complementary color
Monochromatic Colors of #B313BB
Black with #B313BB
Text Example
Text Example
White with #B313BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313BB; }
p { color: rgb(179,19,187); }
H1.HeaderClassName
{
color: #B313BB;
}
.AnyTagClassName
{
color: #B313BB;
}
</style>
background-color css
<style>
a { background-color: #B313BB; }
a { background-color: rgb(179,19,187); }
div.DivClassName
{
background-color: #B313BB;
}
.BgClassName
{
background-color: #B313BB;
}
</style>
border-color css
<style>
span { border-color: #B313BB; }
span { border-color: rgb(179,19,187); }
td.TdClassName
{
border-color: #B313BB;
}
.TagClassName
{
border-color: #B313BB;
}
</style>