Shades of Medium Violet Red #B40982
Tints of Medium Violet Red #B40982
RGB
CMYK
RGB Variations
Color information
#B40982 (or 0xB40982) is known color: Medium Violet Red. HEX triplet: B4, 09 and 82. RGB value is (180,9,130). Sum of RGB (Red+Green+Blue) = 180+9+130=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B40982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40982 is #4BF67D. Grayscale: #494949. Windows color (decimal): -4978302 or 8522164. OLE color: 8522164.
HSL color Cylindrical-coordinate representation of color #B40982: hue angle of 317.54º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40982 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 130 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.29 |
| HSL | 317.54º | 0.9% | 0.37% | - |
| HSV(B) | 317.54º | 0.95% | 0.71% | - |
| XYZ | 22.95 | 11.51 | 22.13 | - |
| YUV | 73.92 | 159.65 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 130 | 0 | 0.95 | 0.28 | 0.29 | 317.54 | 0.9 | 0.37 |
| Hex | B4 | 9 | 82 | 0 | 5F | 1C | 1D | 13E | 5A | 25 |
| Octal | 264 | 11 | 202 | 0 | 137 | 34 | 35 | 476 | 132 | 45 |
| Binary | 10110100 | 1001 | 10000010 | 0 | 1011111 | 11100 | 11101 | 100111110 | 1011010 | 100101 |
Color Harmonies of #B40982
Complementary color
Monochromatic Colors of #B40982
Black with #B40982
Text Example
Text Example
White with #B40982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40982; }
p { color: rgb(180,9,130); }
H1.HeaderClassName
{
color: #B40982;
}
.AnyTagClassName
{
color: #B40982;
}
</style>
background-color css
<style>
a { background-color: #B40982; }
a { background-color: rgb(180,9,130); }
div.DivClassName
{
background-color: #B40982;
}
.BgClassName
{
background-color: #B40982;
}
</style>
border-color css
<style>
span { border-color: #B40982; }
span { border-color: rgb(180,9,130); }
td.TdClassName
{
border-color: #B40982;
}
.TagClassName
{
border-color: #B40982;
}
</style>