Shades of Medium Violet Red #B41C9E
Tints of Medium Violet Red #B41C9E
RGB
CMYK
RGB Variations
Color information
#B41C9E (or 0xB41C9E) is known color: Medium Violet Red. HEX triplet: B4, 1C and 9E. RGB value is (180,28,158). Sum of RGB (Red+Green+Blue) = 180+28+158=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41C9E is #4BE361. Grayscale: #575757. Windows color (decimal): -4973410 or 10362036. OLE color: 10362036.
HSL color Cylindrical-coordinate representation of color #B41C9E: hue angle of 308.68º 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 #B41C9E is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 158 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.29 |
| HSL | 308.68º | 0.73% | 0.41% | - |
| HSV(B) | 308.68º | 0.84% | 0.71% | - |
| XYZ | 25.41 | 13 | 33.52 | - |
| YUV | 88.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 158 | 0 | 0.84 | 0.12 | 0.29 | 308.68 | 0.73 | 0.41 |
| Hex | B4 | 1C | 9E | 0 | 54 | C | 1D | 135 | 49 | 29 |
| Octal | 264 | 34 | 236 | 0 | 124 | 14 | 35 | 465 | 111 | 51 |
| Binary | 10110100 | 11100 | 10011110 | 0 | 1010100 | 1100 | 11101 | 100110101 | 1001001 | 101001 |
Color Harmonies of #B41C9E
Complementary color
Monochromatic Colors of #B41C9E
Black with #B41C9E
Text Example
Text Example
White with #B41C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C9E; }
p { color: rgb(180,28,158); }
H1.HeaderClassName
{
color: #B41C9E;
}
.AnyTagClassName
{
color: #B41C9E;
}
</style>
background-color css
<style>
a { background-color: #B41C9E; }
a { background-color: rgb(180,28,158); }
div.DivClassName
{
background-color: #B41C9E;
}
.BgClassName
{
background-color: #B41C9E;
}
</style>
border-color css
<style>
span { border-color: #B41C9E; }
span { border-color: rgb(180,28,158); }
td.TdClassName
{
border-color: #B41C9E;
}
.TagClassName
{
border-color: #B41C9E;
}
</style>