Shades of Medium Red Violet #B42D88
Tints of Medium Red Violet #B42D88
RGB
CMYK
RGB Variations
Color information
#B42D88 (or 0xB42D88) is known color: Medium Red Violet. HEX triplet: B4, 2D and 88. RGB value is (180,45,136). Sum of RGB (Red+Green+Blue) = 180+45+136=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D88 is #4BD277. Grayscale: #5F5F5F. Windows color (decimal): -4969080 or 8924596. OLE color: 8924596.
HSL color Cylindrical-coordinate representation of color #B42D88: hue angle of 319.56º 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 #B42D88 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 136 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.29 |
| HSL | 319.56º | 0.6% | 0.44% | - |
| HSV(B) | 319.56º | 0.75% | 0.71% | - |
| XYZ | 24.2 | 13.36 | 24.6 | - |
| YUV | 95.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 136 | 0 | 0.75 | 0.24 | 0.29 | 319.56 | 0.6 | 0.44 |
| Hex | B4 | 2D | 88 | 0 | 4B | 18 | 1D | 140 | 3C | 2C |
| Octal | 264 | 55 | 210 | 0 | 113 | 30 | 35 | 500 | 74 | 54 |
| Binary | 10110100 | 101101 | 10001000 | 0 | 1001011 | 11000 | 11101 | 101000000 | 111100 | 101100 |
Color Harmonies of #B42D88
Complementary color
Monochromatic Colors of #B42D88
Black with #B42D88
Text Example
Text Example
White with #B42D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D88; }
p { color: rgb(180,45,136); }
H1.HeaderClassName
{
color: #B42D88;
}
.AnyTagClassName
{
color: #B42D88;
}
</style>
background-color css
<style>
a { background-color: #B42D88; }
a { background-color: rgb(180,45,136); }
div.DivClassName
{
background-color: #B42D88;
}
.BgClassName
{
background-color: #B42D88;
}
</style>
border-color css
<style>
span { border-color: #B42D88; }
span { border-color: rgb(180,45,136); }
td.TdClassName
{
border-color: #B42D88;
}
.TagClassName
{
border-color: #B42D88;
}
</style>