Shades of Medium Violet Red #B41281
Tints of Medium Violet Red #B41281
RGB
CMYK
RGB Variations
Color information
#B41281 (or 0xB41281) is known color: Medium Violet Red. HEX triplet: B4, 12 and 81. RGB value is (180,18,129). Sum of RGB (Red+Green+Blue) = 180+18+129=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B41281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41281 is #4BED7E. Grayscale: #4E4E4E. Windows color (decimal): -4975999 or 8458932. OLE color: 8458932.
HSL color Cylindrical-coordinate representation of color #B41281: hue angle of 318.89º 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 #B41281 is Cyan = 0, Magento = 0.9, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 129 | - |
| CMYK | 0 | 0.9 | 0.28 | 0.29 |
| HSL | 318.89º | 0.82% | 0.39% | - |
| HSV(B) | 318.89º | 0.9% | 0.71% | - |
| XYZ | 23 | 11.72 | 21.82 | - |
| YUV | 79.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 129 | 0 | 0.9 | 0.28 | 0.29 | 318.89 | 0.82 | 0.39 |
| Hex | B4 | 12 | 81 | 0 | 5A | 1C | 1D | 13F | 52 | 27 |
| Octal | 264 | 22 | 201 | 0 | 132 | 34 | 35 | 477 | 122 | 47 |
| Binary | 10110100 | 10010 | 10000001 | 0 | 1011010 | 11100 | 11101 | 100111111 | 1010010 | 100111 |
Color Harmonies of #B41281
Complementary color
Monochromatic Colors of #B41281
Black with #B41281
Text Example
Text Example
White with #B41281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41281; }
p { color: rgb(180,18,129); }
H1.HeaderClassName
{
color: #B41281;
}
.AnyTagClassName
{
color: #B41281;
}
</style>
background-color css
<style>
a { background-color: #B41281; }
a { background-color: rgb(180,18,129); }
div.DivClassName
{
background-color: #B41281;
}
.BgClassName
{
background-color: #B41281;
}
</style>
border-color css
<style>
span { border-color: #B41281; }
span { border-color: rgb(180,18,129); }
td.TdClassName
{
border-color: #B41281;
}
.TagClassName
{
border-color: #B41281;
}
</style>