Shades of Medium Red Violet #B42C9C
Tints of Medium Red Violet #B42C9C
RGB
CMYK
RGB Variations
Color information
#B42C9C (or 0xB42C9C) is known color: Medium Red Violet. HEX triplet: B4, 2C and 9C. RGB value is (180,44,156). Sum of RGB (Red+Green+Blue) = 180+44+156=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42C9C is #4BD363. Grayscale: #616161. Windows color (decimal): -4969316 or 10235060. OLE color: 10235060.
HSL color Cylindrical-coordinate representation of color #B42C9C: hue angle of 310.59º 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 #B42C9C is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 156 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.29 |
| HSL | 310.59º | 0.61% | 0.44% | - |
| HSV(B) | 310.59º | 0.76% | 0.71% | - |
| XYZ | 25.72 | 13.9 | 32.78 | - |
| YUV | 97.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 156 | 0 | 0.76 | 0.13 | 0.29 | 310.59 | 0.61 | 0.44 |
| Hex | B4 | 2C | 9C | 0 | 4C | D | 1D | 137 | 3D | 2C |
| Octal | 264 | 54 | 234 | 0 | 114 | 15 | 35 | 467 | 75 | 54 |
| Binary | 10110100 | 101100 | 10011100 | 0 | 1001100 | 1101 | 11101 | 100110111 | 111101 | 101100 |
Color Harmonies of #B42C9C
Complementary color
Monochromatic Colors of #B42C9C
Black with #B42C9C
Text Example
Text Example
White with #B42C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C9C; }
p { color: rgb(180,44,156); }
H1.HeaderClassName
{
color: #B42C9C;
}
.AnyTagClassName
{
color: #B42C9C;
}
</style>
background-color css
<style>
a { background-color: #B42C9C; }
a { background-color: rgb(180,44,156); }
div.DivClassName
{
background-color: #B42C9C;
}
.BgClassName
{
background-color: #B42C9C;
}
</style>
border-color css
<style>
span { border-color: #B42C9C; }
span { border-color: rgb(180,44,156); }
td.TdClassName
{
border-color: #B42C9C;
}
.TagClassName
{
border-color: #B42C9C;
}
</style>