Shades of Medium Red Violet #B42275
Tints of Medium Red Violet #B42275
RGB
CMYK
RGB Variations
Color information
#B42275 (or 0xB42275) is known color: Medium Red Violet. HEX triplet: B4, 22 and 75. RGB value is (180,34,117). Sum of RGB (Red+Green+Blue) = 180+34+117=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B42275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42275 is #4BDD8A. Grayscale: #565656. Windows color (decimal): -4971915 or 7676596. OLE color: 7676596.
HSL color Cylindrical-coordinate representation of color #B42275: hue angle of 325.89º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42275 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 117 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.29 |
| HSL | 325.89º | 0.68% | 0.42% | - |
| HSV(B) | 325.89º | 0.81% | 0.71% | - |
| XYZ | 22.61 | 12.13 | 17.98 | - |
| YUV | 87.12 | 144.87 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 117 | 0 | 0.81 | 0.35 | 0.29 | 325.89 | 0.68 | 0.42 |
| Hex | B4 | 22 | 75 | 0 | 51 | 23 | 1D | 146 | 44 | 2A |
| Octal | 264 | 42 | 165 | 0 | 121 | 43 | 35 | 506 | 104 | 52 |
| Binary | 10110100 | 100010 | 1110101 | 0 | 1010001 | 100011 | 11101 | 101000110 | 1000100 | 101010 |
Color Harmonies of #B42275
Complementary color
Monochromatic Colors of #B42275
Black with #B42275
Text Example
Text Example
White with #B42275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42275; }
p { color: rgb(180,34,117); }
H1.HeaderClassName
{
color: #B42275;
}
.AnyTagClassName
{
color: #B42275;
}
</style>
background-color css
<style>
a { background-color: #B42275; }
a { background-color: rgb(180,34,117); }
div.DivClassName
{
background-color: #B42275;
}
.BgClassName
{
background-color: #B42275;
}
</style>
border-color css
<style>
span { border-color: #B42275; }
span { border-color: rgb(180,34,117); }
td.TdClassName
{
border-color: #B42275;
}
.TagClassName
{
border-color: #B42275;
}
</style>