Shades of Medium Red Violet #B42F7E
Tints of Medium Red Violet #B42F7E
RGB
CMYK
RGB Variations
Color information
#B42F7E (or 0xB42F7E) is known color: Medium Red Violet. HEX triplet: B4, 2F and 7E. RGB value is (180,47,126). Sum of RGB (Red+Green+Blue) = 180+47+126=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42F7E is #4BD081. Grayscale: #5F5F5F. Windows color (decimal): -4968578 or 8269748. OLE color: 8269748.
HSL color Cylindrical-coordinate representation of color #B42F7E: hue angle of 324.36º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42F7E is Cyan = 0, Magento = 0.74, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 126 | - |
| CMYK | 0 | 0.74 | 0.3 | 0.29 |
| HSL | 324.36º | 0.59% | 0.45% | - |
| HSV(B) | 324.36º | 0.74% | 0.71% | - |
| XYZ | 23.6 | 13.24 | 21.05 | - |
| YUV | 95.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 126 | 0 | 0.74 | 0.3 | 0.29 | 324.36 | 0.59 | 0.45 |
| Hex | B4 | 2F | 7E | 0 | 4A | 1E | 1D | 144 | 3B | 2D |
| Octal | 264 | 57 | 176 | 0 | 112 | 36 | 35 | 504 | 73 | 55 |
| Binary | 10110100 | 101111 | 1111110 | 0 | 1001010 | 11110 | 11101 | 101000100 | 111011 | 101101 |
Color Harmonies of #B42F7E
Complementary color
Monochromatic Colors of #B42F7E
Black with #B42F7E
Text Example
Text Example
White with #B42F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42F7E; }
p { color: rgb(180,47,126); }
H1.HeaderClassName
{
color: #B42F7E;
}
.AnyTagClassName
{
color: #B42F7E;
}
</style>
background-color css
<style>
a { background-color: #B42F7E; }
a { background-color: rgb(180,47,126); }
div.DivClassName
{
background-color: #B42F7E;
}
.BgClassName
{
background-color: #B42F7E;
}
</style>
border-color css
<style>
span { border-color: #B42F7E; }
span { border-color: rgb(180,47,126); }
td.TdClassName
{
border-color: #B42F7E;
}
.TagClassName
{
border-color: #B42F7E;
}
</style>