Shades of Medium Violet Red #B41282
Tints of Medium Violet Red #B41282
RGB
CMYK
RGB Variations
Color information
#B41282 (or 0xB41282) is known color: Medium Violet Red. HEX triplet: B4, 12 and 82. RGB value is (180,18,130). Sum of RGB (Red+Green+Blue) = 180+18+130=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B41282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41282 is #4BED7D. Grayscale: #4E4E4E. Windows color (decimal): -4975998 or 8524468. OLE color: 8524468.
HSL color Cylindrical-coordinate representation of color #B41282: hue angle of 318.52º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41282 is Cyan = 0, Magento = 0.9, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 130 | - |
| CMYK | 0 | 0.9 | 0.28 | 0.29 |
| HSL | 318.52º | 0.82% | 0.39% | - |
| HSV(B) | 318.52º | 0.9% | 0.71% | - |
| XYZ | 23.07 | 11.75 | 22.17 | - |
| YUV | 79.21 | 156.67 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 130 | 0 | 0.9 | 0.28 | 0.29 | 318.52 | 0.82 | 0.39 |
| Hex | B4 | 12 | 82 | 0 | 5A | 1C | 1D | 13F | 52 | 27 |
| Octal | 264 | 22 | 202 | 0 | 132 | 34 | 35 | 477 | 122 | 47 |
| Binary | 10110100 | 10010 | 10000010 | 0 | 1011010 | 11100 | 11101 | 100111111 | 1010010 | 100111 |
Color Harmonies of #B41282
Complementary color
Monochromatic Colors of #B41282
Black with #B41282
Text Example
Text Example
White with #B41282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41282; }
p { color: rgb(180,18,130); }
H1.HeaderClassName
{
color: #B41282;
}
.AnyTagClassName
{
color: #B41282;
}
</style>
background-color css
<style>
a { background-color: #B41282; }
a { background-color: rgb(180,18,130); }
div.DivClassName
{
background-color: #B41282;
}
.BgClassName
{
background-color: #B41282;
}
</style>
border-color css
<style>
span { border-color: #B41282; }
span { border-color: rgb(180,18,130); }
td.TdClassName
{
border-color: #B41282;
}
.TagClassName
{
border-color: #B41282;
}
</style>