Shades of Medium Violet Red #B31099
Tints of Medium Violet Red #B31099
RGB
CMYK
RGB Variations
Color information
#B31099 (or 0xB31099) is known color: Medium Violet Red. HEX triplet: B3, 10 and 99. RGB value is (179,16,153). Sum of RGB (Red+Green+Blue) = 179+16+153=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B31099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31099 is #4CEF66. Grayscale: #4F4F4F. Windows color (decimal): -5042023 or 10031283. OLE color: 10031283.
HSL color Cylindrical-coordinate representation of color #B31099: hue angle of 309.57º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31099 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 153 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.30 |
| HSL | 309.57º | 0.84% | 0.38% | - |
| HSV(B) | 309.57º | 0.91% | 0.7% | - |
| XYZ | 24.53 | 12.25 | 31.21 | - |
| YUV | 80.36 | 169 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 153 | 0 | 0.91 | 0.15 | 0.30 | 309.57 | 0.84 | 0.38 |
| Hex | B3 | 10 | 99 | 0 | 5B | F | 1E | 136 | 54 | 26 |
| Octal | 263 | 20 | 231 | 0 | 133 | 17 | 36 | 466 | 124 | 46 |
| Binary | 10110011 | 10000 | 10011001 | 0 | 1011011 | 1111 | 11110 | 100110110 | 1010100 | 100110 |
Color Harmonies of #B31099
Complementary color
Monochromatic Colors of #B31099
Black with #B31099
Text Example
Text Example
White with #B31099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31099; }
p { color: rgb(179,16,153); }
H1.HeaderClassName
{
color: #B31099;
}
.AnyTagClassName
{
color: #B31099;
}
</style>
background-color css
<style>
a { background-color: #B31099; }
a { background-color: rgb(179,16,153); }
div.DivClassName
{
background-color: #B31099;
}
.BgClassName
{
background-color: #B31099;
}
</style>
border-color css
<style>
span { border-color: #B31099; }
span { border-color: rgb(179,16,153); }
td.TdClassName
{
border-color: #B31099;
}
.TagClassName
{
border-color: #B31099;
}
</style>