Shades of Medium Red Violet #B42C9F
Tints of Medium Red Violet #B42C9F
RGB
CMYK
RGB Variations
Color information
#B42C9F (or 0xB42C9F) is known color: Medium Red Violet. HEX triplet: B4, 2C and 9F. RGB value is (180,44,159). Sum of RGB (Red+Green+Blue) = 180+44+159=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42C9F is #4BD360. Grayscale: #616161. Windows color (decimal): -4969313 or 10431668. OLE color: 10431668.
HSL color Cylindrical-coordinate representation of color #B42C9F: hue angle of 309.26º 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 #B42C9F is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 159 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.29 |
| HSL | 309.26º | 0.61% | 0.44% | - |
| HSV(B) | 309.26º | 0.76% | 0.71% | - |
| XYZ | 25.98 | 14.01 | 34.14 | - |
| YUV | 97.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 159 | 0 | 0.76 | 0.12 | 0.29 | 309.26 | 0.61 | 0.44 |
| Hex | B4 | 2C | 9F | 0 | 4C | C | 1D | 135 | 3D | 2C |
| Octal | 264 | 54 | 237 | 0 | 114 | 14 | 35 | 465 | 75 | 54 |
| Binary | 10110100 | 101100 | 10011111 | 0 | 1001100 | 1100 | 11101 | 100110101 | 111101 | 101100 |
Color Harmonies of #B42C9F
Complementary color
Monochromatic Colors of #B42C9F
Black with #B42C9F
Text Example
Text Example
White with #B42C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C9F; }
p { color: rgb(180,44,159); }
H1.HeaderClassName
{
color: #B42C9F;
}
.AnyTagClassName
{
color: #B42C9F;
}
</style>
background-color css
<style>
a { background-color: #B42C9F; }
a { background-color: rgb(180,44,159); }
div.DivClassName
{
background-color: #B42C9F;
}
.BgClassName
{
background-color: #B42C9F;
}
</style>
border-color css
<style>
span { border-color: #B42C9F; }
span { border-color: rgb(180,44,159); }
td.TdClassName
{
border-color: #B42C9F;
}
.TagClassName
{
border-color: #B42C9F;
}
</style>