Shades of Medium Violet Red #B40789
Tints of Medium Violet Red #B40789
RGB
CMYK
RGB Variations
Color information
#B40789 (or 0xB40789) is known color: Medium Violet Red. HEX triplet: B4, 07 and 89. RGB value is (180,7,137). Sum of RGB (Red+Green+Blue) = 180+7+137=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B40789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40789 is #4BF876. Grayscale: #494949. Windows color (decimal): -4978807 or 8980404. OLE color: 8980404.
HSL color Cylindrical-coordinate representation of color #B40789: hue angle of 314.91º 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 #B40789 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 137 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.29 |
| HSL | 314.91º | 0.93% | 0.37% | - |
| HSV(B) | 314.91º | 0.96% | 0.71% | - |
| XYZ | 23.41 | 11.66 | 24.68 | - |
| YUV | 73.55 | 163.81 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 137 | 0 | 0.96 | 0.24 | 0.29 | 314.91 | 0.93 | 0.37 |
| Hex | B4 | 7 | 89 | 0 | 60 | 18 | 1D | 13B | 5D | 25 |
| Octal | 264 | 7 | 211 | 0 | 140 | 30 | 35 | 473 | 135 | 45 |
| Binary | 10110100 | 111 | 10001001 | 0 | 1100000 | 11000 | 11101 | 100111011 | 1011101 | 100101 |
Color Harmonies of #B40789
Complementary color
Monochromatic Colors of #B40789
Black with #B40789
Text Example
Text Example
White with #B40789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40789; }
p { color: rgb(180,7,137); }
H1.HeaderClassName
{
color: #B40789;
}
.AnyTagClassName
{
color: #B40789;
}
</style>
background-color css
<style>
a { background-color: #B40789; }
a { background-color: rgb(180,7,137); }
div.DivClassName
{
background-color: #B40789;
}
.BgClassName
{
background-color: #B40789;
}
</style>
border-color css
<style>
span { border-color: #B40789; }
span { border-color: rgb(180,7,137); }
td.TdClassName
{
border-color: #B40789;
}
.TagClassName
{
border-color: #B40789;
}
</style>