Shades of Medium Violet Red #B40899
Tints of Medium Violet Red #B40899
RGB
CMYK
RGB Variations
Color information
#B40899 (or 0xB40899) is known color: Medium Violet Red. HEX triplet: B4, 08 and 99. RGB value is (180,8,153). Sum of RGB (Red+Green+Blue) = 180+8+153=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B40899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40899 is #4BF766. Grayscale: #4B4B4B. Windows color (decimal): -4978535 or 10029236. OLE color: 10029236.
HSL color Cylindrical-coordinate representation of color #B40899: hue angle of 309.42º degrees, saturation: 0.91, 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 #B40899 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 153 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.29 |
| HSL | 309.42º | 0.91% | 0.37% | - |
| HSV(B) | 309.42º | 0.96% | 0.71% | - |
| XYZ | 24.66 | 12.18 | 31.19 | - |
| YUV | 75.96 | 171.48 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 153 | 0 | 0.96 | 0.15 | 0.29 | 309.42 | 0.91 | 0.37 |
| Hex | B4 | 8 | 99 | 0 | 60 | F | 1D | 135 | 5B | 25 |
| Octal | 264 | 10 | 231 | 0 | 140 | 17 | 35 | 465 | 133 | 45 |
| Binary | 10110100 | 1000 | 10011001 | 0 | 1100000 | 1111 | 11101 | 100110101 | 1011011 | 100101 |
Color Harmonies of #B40899
Complementary color
Monochromatic Colors of #B40899
Black with #B40899
Text Example
Text Example
White with #B40899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40899; }
p { color: rgb(180,8,153); }
H1.HeaderClassName
{
color: #B40899;
}
.AnyTagClassName
{
color: #B40899;
}
</style>
background-color css
<style>
a { background-color: #B40899; }
a { background-color: rgb(180,8,153); }
div.DivClassName
{
background-color: #B40899;
}
.BgClassName
{
background-color: #B40899;
}
</style>
border-color css
<style>
span { border-color: #B40899; }
span { border-color: rgb(180,8,153); }
td.TdClassName
{
border-color: #B40899;
}
.TagClassName
{
border-color: #B40899;
}
</style>