Shades of Medium Violet Red #B41C9A
Tints of Medium Violet Red #B41C9A
RGB
CMYK
RGB Variations
Color information
#B41C9A (or 0xB41C9A) is known color: Medium Violet Red. HEX triplet: B4, 1C and 9A. RGB value is (180,28,154). Sum of RGB (Red+Green+Blue) = 180+28+154=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41C9A is #4BE365. Grayscale: #575757. Windows color (decimal): -4973414 or 10099892. OLE color: 10099892.
HSL color Cylindrical-coordinate representation of color #B41C9A: hue angle of 310.26º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41C9A is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 154 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.29 |
| HSL | 310.26º | 0.73% | 0.41% | - |
| HSV(B) | 310.26º | 0.84% | 0.71% | - |
| XYZ | 25.07 | 12.87 | 31.73 | - |
| YUV | 87.81 | 165.36 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 154 | 0 | 0.84 | 0.14 | 0.29 | 310.26 | 0.73 | 0.41 |
| Hex | B4 | 1C | 9A | 0 | 54 | E | 1D | 136 | 49 | 29 |
| Octal | 264 | 34 | 232 | 0 | 124 | 16 | 35 | 466 | 111 | 51 |
| Binary | 10110100 | 11100 | 10011010 | 0 | 1010100 | 1110 | 11101 | 100110110 | 1001001 | 101001 |
Color Harmonies of #B41C9A
Complementary color
Monochromatic Colors of #B41C9A
Black with #B41C9A
Text Example
Text Example
White with #B41C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C9A; }
p { color: rgb(180,28,154); }
H1.HeaderClassName
{
color: #B41C9A;
}
.AnyTagClassName
{
color: #B41C9A;
}
</style>
background-color css
<style>
a { background-color: #B41C9A; }
a { background-color: rgb(180,28,154); }
div.DivClassName
{
background-color: #B41C9A;
}
.BgClassName
{
background-color: #B41C9A;
}
</style>
border-color css
<style>
span { border-color: #B41C9A; }
span { border-color: rgb(180,28,154); }
td.TdClassName
{
border-color: #B41C9A;
}
.TagClassName
{
border-color: #B41C9A;
}
</style>