Shades of Medium Violet Red #B4119B
Tints of Medium Violet Red #B4119B
RGB
CMYK
RGB Variations
Color information
#B4119B (or 0xB4119B) is known color: Medium Violet Red. HEX triplet: B4, 11 and 9B. RGB value is (180,17,155). Sum of RGB (Red+Green+Blue) = 180+17+155=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B4119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4119B is #4BEE64. Grayscale: #515151. Windows color (decimal): -4976229 or 10162612. OLE color: 10162612.
HSL color Cylindrical-coordinate representation of color #B4119B: hue angle of 309.2º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4119B is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 155 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.29 |
| HSL | 309.2º | 0.83% | 0.39% | - |
| HSV(B) | 309.2º | 0.91% | 0.71% | - |
| XYZ | 24.94 | 12.47 | 32.1 | - |
| YUV | 81.47 | 169.5 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 155 | 0 | 0.91 | 0.14 | 0.29 | 309.2 | 0.83 | 0.39 |
| Hex | B4 | 11 | 9B | 0 | 5B | E | 1D | 135 | 53 | 27 |
| Octal | 264 | 21 | 233 | 0 | 133 | 16 | 35 | 465 | 123 | 47 |
| Binary | 10110100 | 10001 | 10011011 | 0 | 1011011 | 1110 | 11101 | 100110101 | 1010011 | 100111 |
Color Harmonies of #B4119B
Complementary color
Monochromatic Colors of #B4119B
Black with #B4119B
Text Example
Text Example
White with #B4119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4119B; }
p { color: rgb(180,17,155); }
H1.HeaderClassName
{
color: #B4119B;
}
.AnyTagClassName
{
color: #B4119B;
}
</style>
background-color css
<style>
a { background-color: #B4119B; }
a { background-color: rgb(180,17,155); }
div.DivClassName
{
background-color: #B4119B;
}
.BgClassName
{
background-color: #B4119B;
}
</style>
border-color css
<style>
span { border-color: #B4119B; }
span { border-color: rgb(180,17,155); }
td.TdClassName
{
border-color: #B4119B;
}
.TagClassName
{
border-color: #B4119B;
}
</style>