Shades of Medium Violet Red #B41C8C
Tints of Medium Violet Red #B41C8C
RGB
CMYK
RGB Variations
Color information
#B41C8C (or 0xB41C8C) is known color: Medium Violet Red. HEX triplet: B4, 1C and 8C. RGB value is (180,28,140). Sum of RGB (Red+Green+Blue) = 180+28+140=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41C8C is #4BE373. Grayscale: #555555. Windows color (decimal): -4973428 or 9182388. OLE color: 9182388.
HSL color Cylindrical-coordinate representation of color #B41C8C: hue angle of 315.79º 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 #B41C8C is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 140 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.29 |
| HSL | 315.79º | 0.73% | 0.41% | - |
| HSV(B) | 315.79º | 0.84% | 0.71% | - |
| XYZ | 23.97 | 12.43 | 25.95 | - |
| YUV | 86.22 | 158.36 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 140 | 0 | 0.84 | 0.22 | 0.29 | 315.79 | 0.73 | 0.41 |
| Hex | B4 | 1C | 8C | 0 | 54 | 16 | 1D | 13C | 49 | 29 |
| Octal | 264 | 34 | 214 | 0 | 124 | 26 | 35 | 474 | 111 | 51 |
| Binary | 10110100 | 11100 | 10001100 | 0 | 1010100 | 10110 | 11101 | 100111100 | 1001001 | 101001 |
Color Harmonies of #B41C8C
Complementary color
Monochromatic Colors of #B41C8C
Black with #B41C8C
Text Example
Text Example
White with #B41C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C8C; }
p { color: rgb(180,28,140); }
H1.HeaderClassName
{
color: #B41C8C;
}
.AnyTagClassName
{
color: #B41C8C;
}
</style>
background-color css
<style>
a { background-color: #B41C8C; }
a { background-color: rgb(180,28,140); }
div.DivClassName
{
background-color: #B41C8C;
}
.BgClassName
{
background-color: #B41C8C;
}
</style>
border-color css
<style>
span { border-color: #B41C8C; }
span { border-color: rgb(180,28,140); }
td.TdClassName
{
border-color: #B41C8C;
}
.TagClassName
{
border-color: #B41C8C;
}
</style>