Shades of Medium Violet Red #B40798
Tints of Medium Violet Red #B40798
RGB
CMYK
RGB Variations
Color information
#B40798 (or 0xB40798) is known color: Medium Violet Red. HEX triplet: B4, 07 and 98. RGB value is (180,7,152). Sum of RGB (Red+Green+Blue) = 180+7+152=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B40798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40798 is #4BF867. Grayscale: #4A4A4A. Windows color (decimal): -4978792 or 9963444. OLE color: 9963444.
HSL color Cylindrical-coordinate representation of color #B40798: hue angle of 309.71º 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 #B40798 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 152 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.29 |
| HSL | 309.71º | 0.93% | 0.37% | - |
| HSV(B) | 309.71º | 0.96% | 0.71% | - |
| XYZ | 24.57 | 12.12 | 30.75 | - |
| YUV | 75.26 | 171.31 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 152 | 0 | 0.96 | 0.16 | 0.29 | 309.71 | 0.93 | 0.37 |
| Hex | B4 | 7 | 98 | 0 | 60 | 10 | 1D | 136 | 5D | 25 |
| Octal | 264 | 7 | 230 | 0 | 140 | 20 | 35 | 466 | 135 | 45 |
| Binary | 10110100 | 111 | 10011000 | 0 | 1100000 | 10000 | 11101 | 100110110 | 1011101 | 100101 |
Color Harmonies of #B40798
Complementary color
Monochromatic Colors of #B40798
Black with #B40798
Text Example
Text Example
White with #B40798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40798; }
p { color: rgb(180,7,152); }
H1.HeaderClassName
{
color: #B40798;
}
.AnyTagClassName
{
color: #B40798;
}
</style>
background-color css
<style>
a { background-color: #B40798; }
a { background-color: rgb(180,7,152); }
div.DivClassName
{
background-color: #B40798;
}
.BgClassName
{
background-color: #B40798;
}
</style>
border-color css
<style>
span { border-color: #B40798; }
span { border-color: rgb(180,7,152); }
td.TdClassName
{
border-color: #B40798;
}
.TagClassName
{
border-color: #B40798;
}
</style>