Shades of Medium Red Violet #B42D8E
Tints of Medium Red Violet #B42D8E
RGB
CMYK
RGB Variations
Color information
#B42D8E (or 0xB42D8E) is known color: Medium Red Violet. HEX triplet: B4, 2D and 8E. RGB value is (180,45,142). Sum of RGB (Red+Green+Blue) = 180+45+142=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D8E is #4BD271. Grayscale: #606060. Windows color (decimal): -4969074 or 9317812. OLE color: 9317812.
HSL color Cylindrical-coordinate representation of color #B42D8E: hue angle of 316.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D8E is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 142 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.29 |
| HSL | 316.89º | 0.6% | 0.44% | - |
| HSV(B) | 316.89º | 0.75% | 0.71% | - |
| XYZ | 24.64 | 13.53 | 26.9 | - |
| YUV | 96.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 142 | 0 | 0.75 | 0.21 | 0.29 | 316.89 | 0.6 | 0.44 |
| Hex | B4 | 2D | 8E | 0 | 4B | 15 | 1D | 13D | 3C | 2C |
| Octal | 264 | 55 | 216 | 0 | 113 | 25 | 35 | 475 | 74 | 54 |
| Binary | 10110100 | 101101 | 10001110 | 0 | 1001011 | 10101 | 11101 | 100111101 | 111100 | 101100 |
Color Harmonies of #B42D8E
Complementary color
Monochromatic Colors of #B42D8E
Black with #B42D8E
Text Example
Text Example
White with #B42D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D8E; }
p { color: rgb(180,45,142); }
H1.HeaderClassName
{
color: #B42D8E;
}
.AnyTagClassName
{
color: #B42D8E;
}
</style>
background-color css
<style>
a { background-color: #B42D8E; }
a { background-color: rgb(180,45,142); }
div.DivClassName
{
background-color: #B42D8E;
}
.BgClassName
{
background-color: #B42D8E;
}
</style>
border-color css
<style>
span { border-color: #B42D8E; }
span { border-color: rgb(180,45,142); }
td.TdClassName
{
border-color: #B42D8E;
}
.TagClassName
{
border-color: #B42D8E;
}
</style>