Shades of Medium Red Violet #B42F99
Tints of Medium Red Violet #B42F99
RGB
CMYK
RGB Variations
Color information
#B42F99 (or 0xB42F99) is known color: Medium Red Violet. HEX triplet: B4, 2F and 99. RGB value is (180,47,153). Sum of RGB (Red+Green+Blue) = 180+47+153=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42F99 is #4BD066. Grayscale: #626262. Windows color (decimal): -4968551 or 10039220. OLE color: 10039220.
HSL color Cylindrical-coordinate representation of color #B42F99: hue angle of 312.18º 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 #B42F99 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 153 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.29 |
| HSL | 312.18º | 0.59% | 0.45% | - |
| HSV(B) | 312.18º | 0.74% | 0.71% | - |
| XYZ | 25.59 | 14.04 | 31.5 | - |
| YUV | 98.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 153 | 0 | 0.74 | 0.15 | 0.29 | 312.18 | 0.59 | 0.45 |
| Hex | B4 | 2F | 99 | 0 | 4A | F | 1D | 138 | 3B | 2D |
| Octal | 264 | 57 | 231 | 0 | 112 | 17 | 35 | 470 | 73 | 55 |
| Binary | 10110100 | 101111 | 10011001 | 0 | 1001010 | 1111 | 11101 | 100111000 | 111011 | 101101 |
Color Harmonies of #B42F99
Complementary color
Monochromatic Colors of #B42F99
Black with #B42F99
Text Example
Text Example
White with #B42F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42F99; }
p { color: rgb(180,47,153); }
H1.HeaderClassName
{
color: #B42F99;
}
.AnyTagClassName
{
color: #B42F99;
}
</style>
background-color css
<style>
a { background-color: #B42F99; }
a { background-color: rgb(180,47,153); }
div.DivClassName
{
background-color: #B42F99;
}
.BgClassName
{
background-color: #B42F99;
}
</style>
border-color css
<style>
span { border-color: #B42F99; }
span { border-color: rgb(180,47,153); }
td.TdClassName
{
border-color: #B42F99;
}
.TagClassName
{
border-color: #B42F99;
}
</style>