Shades of Medium Violet Red #B40199
Tints of Medium Violet Red #B40199
RGB
CMYK
RGB Variations
Color information
#B40199 (or 0xB40199) is known color: Medium Violet Red. HEX triplet: B4, 01 and 99. RGB value is (180,1,153). Sum of RGB (Red+Green+Blue) = 180+1+153=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B40199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40199 is #4BFE66. Grayscale: #474747. Windows color (decimal): -4980327 or 10027444. OLE color: 10027444.
HSL color Cylindrical-coordinate representation of color #B40199: hue angle of 309.05º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40199 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 153 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.29 |
| HSL | 309.05º | 0.99% | 0.35% | - |
| HSV(B) | 309.05º | 0.99% | 0.71% | - |
| XYZ | 24.58 | 12.02 | 31.16 | - |
| YUV | 71.85 | 173.8 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 153 | 0 | 0.99 | 0.15 | 0.29 | 309.05 | 0.99 | 0.35 |
| Hex | B4 | 1 | 99 | 0 | 63 | F | 1D | 135 | 63 | 23 |
| Octal | 264 | 1 | 231 | 0 | 143 | 17 | 35 | 465 | 143 | 43 |
| Binary | 10110100 | 1 | 10011001 | 0 | 1100011 | 1111 | 11101 | 100110101 | 1100011 | 100011 |
Color Harmonies of #B40199
Complementary color
Monochromatic Colors of #B40199
Black with #B40199
Text Example
Text Example
White with #B40199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40199; }
p { color: rgb(180,1,153); }
H1.HeaderClassName
{
color: #B40199;
}
.AnyTagClassName
{
color: #B40199;
}
</style>
background-color css
<style>
a { background-color: #B40199; }
a { background-color: rgb(180,1,153); }
div.DivClassName
{
background-color: #B40199;
}
.BgClassName
{
background-color: #B40199;
}
</style>
border-color css
<style>
span { border-color: #B40199; }
span { border-color: rgb(180,1,153); }
td.TdClassName
{
border-color: #B40199;
}
.TagClassName
{
border-color: #B40199;
}
</style>