Shades of Medium Red Violet #B42F7B
Tints of Medium Red Violet #B42F7B
RGB
CMYK
RGB Variations
Color information
#B42F7B (or 0xB42F7B) is known color: Medium Red Violet. HEX triplet: B4, 2F and 7B. RGB value is (180,47,123). Sum of RGB (Red+Green+Blue) = 180+47+123=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42F7B is #4BD084. Grayscale: #5F5F5F. Windows color (decimal): -4968581 or 8073140. OLE color: 8073140.
HSL color Cylindrical-coordinate representation of color #B42F7B: hue angle of 325.71º 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 #B42F7B is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 123 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.29 |
| HSL | 325.71º | 0.59% | 0.45% | - |
| HSV(B) | 325.71º | 0.74% | 0.71% | - |
| XYZ | 23.41 | 13.17 | 20.05 | - |
| YUV | 95.43 | 143.56 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 123 | 0 | 0.74 | 0.32 | 0.29 | 325.71 | 0.59 | 0.45 |
| Hex | B4 | 2F | 7B | 0 | 4A | 20 | 1D | 146 | 3B | 2D |
| Octal | 264 | 57 | 173 | 0 | 112 | 40 | 35 | 506 | 73 | 55 |
| Binary | 10110100 | 101111 | 1111011 | 0 | 1001010 | 100000 | 11101 | 101000110 | 111011 | 101101 |
Color Harmonies of #B42F7B
Complementary color
Monochromatic Colors of #B42F7B
Black with #B42F7B
Text Example
Text Example
White with #B42F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42F7B; }
p { color: rgb(180,47,123); }
H1.HeaderClassName
{
color: #B42F7B;
}
.AnyTagClassName
{
color: #B42F7B;
}
</style>
background-color css
<style>
a { background-color: #B42F7B; }
a { background-color: rgb(180,47,123); }
div.DivClassName
{
background-color: #B42F7B;
}
.BgClassName
{
background-color: #B42F7B;
}
</style>
border-color css
<style>
span { border-color: #B42F7B; }
span { border-color: rgb(180,47,123); }
td.TdClassName
{
border-color: #B42F7B;
}
.TagClassName
{
border-color: #B42F7B;
}
</style>