Shades of Medium Violet Red #B31299
Tints of Medium Violet Red #B31299
RGB
CMYK
RGB Variations
Color information
#B31299 (or 0xB31299) is known color: Medium Violet Red. HEX triplet: B3, 12 and 99. RGB value is (179,18,153). Sum of RGB (Red+Green+Blue) = 179+18+153=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B31299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31299 is #4CED66. Grayscale: #515151. Windows color (decimal): -5041511 or 10031795. OLE color: 10031795.
HSL color Cylindrical-coordinate representation of color #B31299: hue angle of 309.69º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31299 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 153 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.30 |
| HSL | 309.69º | 0.82% | 0.39% | - |
| HSV(B) | 309.69º | 0.9% | 0.7% | - |
| XYZ | 24.56 | 12.32 | 31.22 | - |
| YUV | 81.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 153 | 0 | 0.90 | 0.15 | 0.30 | 309.69 | 0.82 | 0.39 |
| Hex | B3 | 12 | 99 | 0 | 5A | F | 1E | 136 | 52 | 27 |
| Octal | 263 | 22 | 231 | 0 | 132 | 17 | 36 | 466 | 122 | 47 |
| Binary | 10110011 | 10010 | 10011001 | 0 | 1011010 | 1111 | 11110 | 100110110 | 1010010 | 100111 |
Color Harmonies of #B31299
Complementary color
Monochromatic Colors of #B31299
Black with #B31299
Text Example
Text Example
White with #B31299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31299; }
p { color: rgb(179,18,153); }
H1.HeaderClassName
{
color: #B31299;
}
.AnyTagClassName
{
color: #B31299;
}
</style>
background-color css
<style>
a { background-color: #B31299; }
a { background-color: rgb(179,18,153); }
div.DivClassName
{
background-color: #B31299;
}
.BgClassName
{
background-color: #B31299;
}
</style>
border-color css
<style>
span { border-color: #B31299; }
span { border-color: rgb(179,18,153); }
td.TdClassName
{
border-color: #B31299;
}
.TagClassName
{
border-color: #B31299;
}
</style>