Shades of Medium Violet Red #B41875
Tints of Medium Violet Red #B41875
RGB
CMYK
RGB Variations
Color information
#B41875 (or 0xB41875) is known color: Medium Violet Red. HEX triplet: B4, 18 and 75. RGB value is (180,24,117). Sum of RGB (Red+Green+Blue) = 180+24+117=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B41875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41875 is #4BE78A. Grayscale: #515151. Windows color (decimal): -4974475 or 7674036. OLE color: 7674036.
HSL color Cylindrical-coordinate representation of color #B41875: hue angle of 324.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41875 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 24 | 117 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.29 |
| HSL | 324.23º | 0.76% | 0.4% | - |
| HSV(B) | 324.23º | 0.87% | 0.71% | - |
| XYZ | 22.36 | 11.64 | 17.9 | - |
| YUV | 81.25 | 148.18 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 24 | 117 | 0 | 0.87 | 0.35 | 0.29 | 324.23 | 0.76 | 0.4 |
| Hex | B4 | 18 | 75 | 0 | 57 | 23 | 1D | 144 | 4C | 28 |
| Octal | 264 | 30 | 165 | 0 | 127 | 43 | 35 | 504 | 114 | 50 |
| Binary | 10110100 | 11000 | 1110101 | 0 | 1010111 | 100011 | 11101 | 101000100 | 1001100 | 101000 |
Color Harmonies of #B41875
Complementary color
Monochromatic Colors of #B41875
Black with #B41875
Text Example
Text Example
White with #B41875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41875; }
p { color: rgb(180,24,117); }
H1.HeaderClassName
{
color: #B41875;
}
.AnyTagClassName
{
color: #B41875;
}
</style>
background-color css
<style>
a { background-color: #B41875; }
a { background-color: rgb(180,24,117); }
div.DivClassName
{
background-color: #B41875;
}
.BgClassName
{
background-color: #B41875;
}
</style>
border-color css
<style>
span { border-color: #B41875; }
span { border-color: rgb(180,24,117); }
td.TdClassName
{
border-color: #B41875;
}
.TagClassName
{
border-color: #B41875;
}
</style>