Shades of Medium Violet Red #B41276
Tints of Medium Violet Red #B41276
RGB
CMYK
RGB Variations
Color information
#B41276 (or 0xB41276) is known color: Medium Violet Red. HEX triplet: B4, 12 and 76. RGB value is (180,18,118). Sum of RGB (Red+Green+Blue) = 180+18+118=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B41276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41276 is #4BED89. Grayscale: #4D4D4D. Windows color (decimal): -4976010 or 7738036. OLE color: 7738036.
HSL color Cylindrical-coordinate representation of color #B41276: hue angle of 322.96º 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 #B41276 is Cyan = 0, Magento = 0.9, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 118 | - |
| CMYK | 0 | 0.9 | 0.34 | 0.29 |
| HSL | 322.96º | 0.82% | 0.39% | - |
| HSV(B) | 322.96º | 0.9% | 0.71% | - |
| XYZ | 22.31 | 11.44 | 18.17 | - |
| YUV | 77.84 | 150.67 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 118 | 0 | 0.9 | 0.34 | 0.29 | 322.96 | 0.82 | 0.39 |
| Hex | B4 | 12 | 76 | 0 | 5A | 22 | 1D | 143 | 52 | 27 |
| Octal | 264 | 22 | 166 | 0 | 132 | 42 | 35 | 503 | 122 | 47 |
| Binary | 10110100 | 10010 | 1110110 | 0 | 1011010 | 100010 | 11101 | 101000011 | 1010010 | 100111 |
Color Harmonies of #B41276
Complementary color
Monochromatic Colors of #B41276
Black with #B41276
Text Example
Text Example
White with #B41276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41276; }
p { color: rgb(180,18,118); }
H1.HeaderClassName
{
color: #B41276;
}
.AnyTagClassName
{
color: #B41276;
}
</style>
background-color css
<style>
a { background-color: #B41276; }
a { background-color: rgb(180,18,118); }
div.DivClassName
{
background-color: #B41276;
}
.BgClassName
{
background-color: #B41276;
}
</style>
border-color css
<style>
span { border-color: #B41276; }
span { border-color: rgb(180,18,118); }
td.TdClassName
{
border-color: #B41276;
}
.TagClassName
{
border-color: #B41276;
}
</style>