Shades of Medium Violet Red #B41392
Tints of Medium Violet Red #B41392
RGB
CMYK
RGB Variations
Color information
#B41392 (or 0xB41392) is known color: Medium Violet Red. HEX triplet: B4, 13 and 92. RGB value is (180,19,146). Sum of RGB (Red+Green+Blue) = 180+19+146=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B41392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41392 is #4BEC6D. Grayscale: #515151. Windows color (decimal): -4975726 or 9573300. OLE color: 9573300.
HSL color Cylindrical-coordinate representation of color #B41392: hue angle of 312.67º 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 #B41392 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 146 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.29 |
| HSL | 312.67º | 0.81% | 0.39% | - |
| HSV(B) | 312.67º | 0.89% | 0.71% | - |
| XYZ | 24.24 | 12.24 | 28.28 | - |
| YUV | 81.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 146 | 0 | 0.89 | 0.19 | 0.29 | 312.67 | 0.81 | 0.39 |
| Hex | B4 | 13 | 92 | 0 | 59 | 13 | 1D | 139 | 51 | 27 |
| Octal | 264 | 23 | 222 | 0 | 131 | 23 | 35 | 471 | 121 | 47 |
| Binary | 10110100 | 10011 | 10010010 | 0 | 1011001 | 10011 | 11101 | 100111001 | 1010001 | 100111 |
Color Harmonies of #B41392
Complementary color
Monochromatic Colors of #B41392
Black with #B41392
Text Example
Text Example
White with #B41392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41392; }
p { color: rgb(180,19,146); }
H1.HeaderClassName
{
color: #B41392;
}
.AnyTagClassName
{
color: #B41392;
}
</style>
background-color css
<style>
a { background-color: #B41392; }
a { background-color: rgb(180,19,146); }
div.DivClassName
{
background-color: #B41392;
}
.BgClassName
{
background-color: #B41392;
}
</style>
border-color css
<style>
span { border-color: #B41392; }
span { border-color: rgb(180,19,146); }
td.TdClassName
{
border-color: #B41392;
}
.TagClassName
{
border-color: #B41392;
}
</style>