Shades of Medium Violet Red #B40298
Tints of Medium Violet Red #B40298
RGB
CMYK
RGB Variations
Color information
#B40298 (or 0xB40298) is known color: Medium Violet Red. HEX triplet: B4, 02 and 98. RGB value is (180,2,152). Sum of RGB (Red+Green+Blue) = 180+2+152=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B40298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40298 is #4BFD67. Grayscale: #474747. Windows color (decimal): -4980072 or 9962164. OLE color: 9962164.
HSL color Cylindrical-coordinate representation of color #B40298: hue angle of 309.44º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40298 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.29 |
| HSL | 309.44º | 0.98% | 0.36% | - |
| HSV(B) | 309.44º | 0.99% | 0.71% | - |
| XYZ | 24.51 | 12.01 | 30.73 | - |
| YUV | 72.32 | 172.97 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 152 | 0 | 0.99 | 0.16 | 0.29 | 309.44 | 0.98 | 0.36 |
| Hex | B4 | 2 | 98 | 0 | 63 | 10 | 1D | 135 | 62 | 24 |
| Octal | 264 | 2 | 230 | 0 | 143 | 20 | 35 | 465 | 142 | 44 |
| Binary | 10110100 | 10 | 10011000 | 0 | 1100011 | 10000 | 11101 | 100110101 | 1100010 | 100100 |
Color Harmonies of #B40298
Complementary color
Monochromatic Colors of #B40298
Black with #B40298
Text Example
Text Example
White with #B40298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40298; }
p { color: rgb(180,2,152); }
H1.HeaderClassName
{
color: #B40298;
}
.AnyTagClassName
{
color: #B40298;
}
</style>
background-color css
<style>
a { background-color: #B40298; }
a { background-color: rgb(180,2,152); }
div.DivClassName
{
background-color: #B40298;
}
.BgClassName
{
background-color: #B40298;
}
</style>
border-color css
<style>
span { border-color: #B40298; }
span { border-color: rgb(180,2,152); }
td.TdClassName
{
border-color: #B40298;
}
.TagClassName
{
border-color: #B40298;
}
</style>