Shades of Medium Violet Red #B40799
Tints of Medium Violet Red #B40799
RGB
CMYK
RGB Variations
Color information
#B40799 (or 0xB40799) is known color: Medium Violet Red. HEX triplet: B4, 07 and 99. RGB value is (180,7,153). Sum of RGB (Red+Green+Blue) = 180+7+153=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B40799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40799 is #4BF866. Grayscale: #4A4A4A. Windows color (decimal): -4978791 or 10028980. OLE color: 10028980.
HSL color Cylindrical-coordinate representation of color #B40799: hue angle of 309.36º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40799 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 153 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.29 |
| HSL | 309.36º | 0.93% | 0.37% | - |
| HSV(B) | 309.36º | 0.96% | 0.71% | - |
| XYZ | 24.65 | 12.16 | 31.18 | - |
| YUV | 75.37 | 171.81 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 153 | 0 | 0.96 | 0.15 | 0.29 | 309.36 | 0.93 | 0.37 |
| Hex | B4 | 7 | 99 | 0 | 60 | F | 1D | 135 | 5D | 25 |
| Octal | 264 | 7 | 231 | 0 | 140 | 17 | 35 | 465 | 135 | 45 |
| Binary | 10110100 | 111 | 10011001 | 0 | 1100000 | 1111 | 11101 | 100110101 | 1011101 | 100101 |
Color Harmonies of #B40799
Complementary color
Monochromatic Colors of #B40799
Black with #B40799
Text Example
Text Example
White with #B40799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40799; }
p { color: rgb(180,7,153); }
H1.HeaderClassName
{
color: #B40799;
}
.AnyTagClassName
{
color: #B40799;
}
</style>
background-color css
<style>
a { background-color: #B40799; }
a { background-color: rgb(180,7,153); }
div.DivClassName
{
background-color: #B40799;
}
.BgClassName
{
background-color: #B40799;
}
</style>
border-color css
<style>
span { border-color: #B40799; }
span { border-color: rgb(180,7,153); }
td.TdClassName
{
border-color: #B40799;
}
.TagClassName
{
border-color: #B40799;
}
</style>