Shades of Medium Violet Red #B41F9C
Tints of Medium Violet Red #B41F9C
RGB
CMYK
RGB Variations
Color information
#B41F9C (or 0xB41F9C) is known color: Medium Violet Red. HEX triplet: B4, 1F and 9C. RGB value is (180,31,156). Sum of RGB (Red+Green+Blue) = 180+31+156=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41F9C is #4BE063. Grayscale: #595959. Windows color (decimal): -4972644 or 10231732. OLE color: 10231732.
HSL color Cylindrical-coordinate representation of color #B41F9C: hue angle of 309.66º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41F9C is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 31 | 156 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.29 |
| HSL | 309.66º | 0.71% | 0.41% | - |
| HSV(B) | 309.66º | 0.83% | 0.71% | - |
| XYZ | 25.31 | 13.08 | 32.64 | - |
| YUV | 89.8 | 165.36 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 156 | 0 | 0.83 | 0.13 | 0.29 | 309.66 | 0.71 | 0.41 |
| Hex | B4 | 1F | 9C | 0 | 53 | D | 1D | 136 | 47 | 29 |
| Octal | 264 | 37 | 234 | 0 | 123 | 15 | 35 | 466 | 107 | 51 |
| Binary | 10110100 | 11111 | 10011100 | 0 | 1010011 | 1101 | 11101 | 100110110 | 1000111 | 101001 |
Color Harmonies of #B41F9C
Complementary color
Monochromatic Colors of #B41F9C
Black with #B41F9C
Text Example
Text Example
White with #B41F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41F9C; }
p { color: rgb(180,31,156); }
H1.HeaderClassName
{
color: #B41F9C;
}
.AnyTagClassName
{
color: #B41F9C;
}
</style>
background-color css
<style>
a { background-color: #B41F9C; }
a { background-color: rgb(180,31,156); }
div.DivClassName
{
background-color: #B41F9C;
}
.BgClassName
{
background-color: #B41F9C;
}
</style>
border-color css
<style>
span { border-color: #B41F9C; }
span { border-color: rgb(180,31,156); }
td.TdClassName
{
border-color: #B41F9C;
}
.TagClassName
{
border-color: #B41F9C;
}
</style>