Shades of Medium Violet Red #B41F9A
Tints of Medium Violet Red #B41F9A
RGB
CMYK
RGB Variations
Color information
#B41F9A (or 0xB41F9A) is known color: Medium Violet Red. HEX triplet: B4, 1F and 9A. RGB value is (180,31,154). Sum of RGB (Red+Green+Blue) = 180+31+154=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41F9A is #4BE065. Grayscale: #595959. Windows color (decimal): -4972646 or 10100660. OLE color: 10100660.
HSL color Cylindrical-coordinate representation of color #B41F9A: hue angle of 310.47º 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 #B41F9A is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 31 | 154 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.29 |
| HSL | 310.47º | 0.71% | 0.41% | - |
| HSV(B) | 310.47º | 0.83% | 0.71% | - |
| XYZ | 25.15 | 13.02 | 31.76 | - |
| YUV | 89.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 154 | 0 | 0.83 | 0.14 | 0.29 | 310.47 | 0.71 | 0.41 |
| Hex | B4 | 1F | 9A | 0 | 53 | E | 1D | 136 | 47 | 29 |
| Octal | 264 | 37 | 232 | 0 | 123 | 16 | 35 | 466 | 107 | 51 |
| Binary | 10110100 | 11111 | 10011010 | 0 | 1010011 | 1110 | 11101 | 100110110 | 1000111 | 101001 |
Color Harmonies of #B41F9A
Complementary color
Monochromatic Colors of #B41F9A
Black with #B41F9A
Text Example
Text Example
White with #B41F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41F9A; }
p { color: rgb(180,31,154); }
H1.HeaderClassName
{
color: #B41F9A;
}
.AnyTagClassName
{
color: #B41F9A;
}
</style>
background-color css
<style>
a { background-color: #B41F9A; }
a { background-color: rgb(180,31,154); }
div.DivClassName
{
background-color: #B41F9A;
}
.BgClassName
{
background-color: #B41F9A;
}
</style>
border-color css
<style>
span { border-color: #B41F9A; }
span { border-color: rgb(180,31,154); }
td.TdClassName
{
border-color: #B41F9A;
}
.TagClassName
{
border-color: #B41F9A;
}
</style>