Shades of Medium Red Violet #B42C85
Tints of Medium Red Violet #B42C85
RGB
CMYK
RGB Variations
Color information
#B42C85 (or 0xB42C85) is known color: Medium Red Violet. HEX triplet: B4, 2C and 85. RGB value is (180,44,133). Sum of RGB (Red+Green+Blue) = 180+44+133=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42C85 is #4BD37A. Grayscale: #5E5E5E. Windows color (decimal): -4969339 or 8727732. OLE color: 8727732.
HSL color Cylindrical-coordinate representation of color #B42C85: hue angle of 320.74º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42C85 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 133 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.29 |
| HSL | 320.74º | 0.61% | 0.44% | - |
| HSV(B) | 320.74º | 0.76% | 0.71% | - |
| XYZ | 23.96 | 13.2 | 23.48 | - |
| YUV | 94.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 133 | 0 | 0.76 | 0.26 | 0.29 | 320.74 | 0.61 | 0.44 |
| Hex | B4 | 2C | 85 | 0 | 4C | 1A | 1D | 141 | 3D | 2C |
| Octal | 264 | 54 | 205 | 0 | 114 | 32 | 35 | 501 | 75 | 54 |
| Binary | 10110100 | 101100 | 10000101 | 0 | 1001100 | 11010 | 11101 | 101000001 | 111101 | 101100 |
Color Harmonies of #B42C85
Complementary color
Monochromatic Colors of #B42C85
Black with #B42C85
Text Example
Text Example
White with #B42C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C85; }
p { color: rgb(180,44,133); }
H1.HeaderClassName
{
color: #B42C85;
}
.AnyTagClassName
{
color: #B42C85;
}
</style>
background-color css
<style>
a { background-color: #B42C85; }
a { background-color: rgb(180,44,133); }
div.DivClassName
{
background-color: #B42C85;
}
.BgClassName
{
background-color: #B42C85;
}
</style>
border-color css
<style>
span { border-color: #B42C85; }
span { border-color: rgb(180,44,133); }
td.TdClassName
{
border-color: #B42C85;
}
.TagClassName
{
border-color: #B42C85;
}
</style>