Shades of Medium Red Violet #B42875
Tints of Medium Red Violet #B42875
RGB
CMYK
RGB Variations
Color information
#B42875 (or 0xB42875) is known color: Medium Red Violet. HEX triplet: B4, 28 and 75. RGB value is (180,40,117). Sum of RGB (Red+Green+Blue) = 180+40+117=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B42875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42875 is #4BD78A. Grayscale: #5A5A5A. Windows color (decimal): -4970379 or 7678132. OLE color: 7678132.
HSL color Cylindrical-coordinate representation of color #B42875: hue angle of 327º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42875 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 117 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.29 |
| HSL | 327º | 0.64% | 0.43% | - |
| HSV(B) | 327º | 0.78% | 0.71% | - |
| XYZ | 22.79 | 12.51 | 18.04 | - |
| YUV | 90.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 117 | 0 | 0.78 | 0.35 | 0.29 | 327 | 0.64 | 0.43 |
| Hex | B4 | 28 | 75 | 0 | 4E | 23 | 1D | 147 | 40 | 2B |
| Octal | 264 | 50 | 165 | 0 | 116 | 43 | 35 | 507 | 100 | 53 |
| Binary | 10110100 | 101000 | 1110101 | 0 | 1001110 | 100011 | 11101 | 101000111 | 1000000 | 101011 |
Color Harmonies of #B42875
Complementary color
Monochromatic Colors of #B42875
Black with #B42875
Text Example
Text Example
White with #B42875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42875; }
p { color: rgb(180,40,117); }
H1.HeaderClassName
{
color: #B42875;
}
.AnyTagClassName
{
color: #B42875;
}
</style>
background-color css
<style>
a { background-color: #B42875; }
a { background-color: rgb(180,40,117); }
div.DivClassName
{
background-color: #B42875;
}
.BgClassName
{
background-color: #B42875;
}
</style>
border-color css
<style>
span { border-color: #B42875; }
span { border-color: rgb(180,40,117); }
td.TdClassName
{
border-color: #B42875;
}
.TagClassName
{
border-color: #B42875;
}
</style>