Shades of Medium Violet Red #B41387
Tints of Medium Violet Red #B41387
RGB
CMYK
RGB Variations
Color information
#B41387 (or 0xB41387) is known color: Medium Violet Red. HEX triplet: B4, 13 and 87. RGB value is (180,19,135). Sum of RGB (Red+Green+Blue) = 180+19+135=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B41387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41387 is #4BEC78. Grayscale: #505050. Windows color (decimal): -4975737 or 8852404. OLE color: 8852404.
HSL color Cylindrical-coordinate representation of color #B41387: hue angle of 316.77º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41387 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 135 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.29 |
| HSL | 316.77º | 0.81% | 0.39% | - |
| HSV(B) | 316.77º | 0.89% | 0.71% | - |
| XYZ | 23.43 | 11.92 | 23.99 | - |
| YUV | 80.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 135 | 0 | 0.89 | 0.25 | 0.29 | 316.77 | 0.81 | 0.39 |
| Hex | B4 | 13 | 87 | 0 | 59 | 19 | 1D | 13D | 51 | 27 |
| Octal | 264 | 23 | 207 | 0 | 131 | 31 | 35 | 475 | 121 | 47 |
| Binary | 10110100 | 10011 | 10000111 | 0 | 1011001 | 11001 | 11101 | 100111101 | 1010001 | 100111 |
Color Harmonies of #B41387
Complementary color
Monochromatic Colors of #B41387
Black with #B41387
Text Example
Text Example
White with #B41387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41387; }
p { color: rgb(180,19,135); }
H1.HeaderClassName
{
color: #B41387;
}
.AnyTagClassName
{
color: #B41387;
}
</style>
background-color css
<style>
a { background-color: #B41387; }
a { background-color: rgb(180,19,135); }
div.DivClassName
{
background-color: #B41387;
}
.BgClassName
{
background-color: #B41387;
}
</style>
border-color css
<style>
span { border-color: #B41387; }
span { border-color: rgb(180,19,135); }
td.TdClassName
{
border-color: #B41387;
}
.TagClassName
{
border-color: #B41387;
}
</style>