Shades of Medium Violet Red #B40182
Tints of Medium Violet Red #B40182
RGB
CMYK
RGB Variations
Color information
#B40182 (or 0xB40182) is known color: Medium Violet Red. HEX triplet: B4, 01 and 82. RGB value is (180,1,130). Sum of RGB (Red+Green+Blue) = 180+1+130=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B40182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40182 is #4BFE7D. Grayscale: #444444. Windows color (decimal): -4980350 or 8520116. OLE color: 8520116.
HSL color Cylindrical-coordinate representation of color #B40182: hue angle of 316.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40182 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.29 |
| HSL | 316.76º | 0.99% | 0.35% | - |
| HSV(B) | 316.76º | 0.99% | 0.71% | - |
| XYZ | 22.86 | 11.34 | 22.1 | - |
| YUV | 69.23 | 162.3 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 130 | 0 | 0.99 | 0.28 | 0.29 | 316.76 | 0.99 | 0.35 |
| Hex | B4 | 1 | 82 | 0 | 63 | 1C | 1D | 13D | 63 | 23 |
| Octal | 264 | 1 | 202 | 0 | 143 | 34 | 35 | 475 | 143 | 43 |
| Binary | 10110100 | 1 | 10000010 | 0 | 1100011 | 11100 | 11101 | 100111101 | 1100011 | 100011 |
Color Harmonies of #B40182
Complementary color
Monochromatic Colors of #B40182
Black with #B40182
Text Example
Text Example
White with #B40182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40182; }
p { color: rgb(180,1,130); }
H1.HeaderClassName
{
color: #B40182;
}
.AnyTagClassName
{
color: #B40182;
}
</style>
background-color css
<style>
a { background-color: #B40182; }
a { background-color: rgb(180,1,130); }
div.DivClassName
{
background-color: #B40182;
}
.BgClassName
{
background-color: #B40182;
}
</style>
border-color css
<style>
span { border-color: #B40182; }
span { border-color: rgb(180,1,130); }
td.TdClassName
{
border-color: #B40182;
}
.TagClassName
{
border-color: #B40182;
}
</style>