Shades of Medium Violet Red #B41275
Tints of Medium Violet Red #B41275
RGB
CMYK
RGB Variations
Color information
#B41275 (or 0xB41275) is known color: Medium Violet Red. HEX triplet: B4, 12 and 75. RGB value is (180,18,117). Sum of RGB (Red+Green+Blue) = 180+18+117=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B41275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41275 is #4BED8A. Grayscale: #4D4D4D. Windows color (decimal): -4976011 or 7672500. OLE color: 7672500.
HSL color Cylindrical-coordinate representation of color #B41275: hue angle of 323.33º 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 #B41275 is Cyan = 0, Magento = 0.9, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 117 | - |
| CMYK | 0 | 0.9 | 0.35 | 0.29 |
| HSL | 323.33º | 0.82% | 0.39% | - |
| HSV(B) | 323.33º | 0.9% | 0.71% | - |
| XYZ | 22.25 | 11.42 | 17.86 | - |
| YUV | 77.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 117 | 0 | 0.9 | 0.35 | 0.29 | 323.33 | 0.82 | 0.39 |
| Hex | B4 | 12 | 75 | 0 | 5A | 23 | 1D | 143 | 52 | 27 |
| Octal | 264 | 22 | 165 | 0 | 132 | 43 | 35 | 503 | 122 | 47 |
| Binary | 10110100 | 10010 | 1110101 | 0 | 1011010 | 100011 | 11101 | 101000011 | 1010010 | 100111 |
Color Harmonies of #B41275
Complementary color
Monochromatic Colors of #B41275
Black with #B41275
Text Example
Text Example
White with #B41275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41275; }
p { color: rgb(180,18,117); }
H1.HeaderClassName
{
color: #B41275;
}
.AnyTagClassName
{
color: #B41275;
}
</style>
background-color css
<style>
a { background-color: #B41275; }
a { background-color: rgb(180,18,117); }
div.DivClassName
{
background-color: #B41275;
}
.BgClassName
{
background-color: #B41275;
}
</style>
border-color css
<style>
span { border-color: #B41275; }
span { border-color: rgb(180,18,117); }
td.TdClassName
{
border-color: #B41275;
}
.TagClassName
{
border-color: #B41275;
}
</style>