Shades of Medium Violet Red #B4119D
Tints of Medium Violet Red #B4119D
RGB
CMYK
RGB Variations
Color information
#B4119D (or 0xB4119D) is known color: Medium Violet Red. HEX triplet: B4, 11 and 9D. RGB value is (180,17,157). Sum of RGB (Red+Green+Blue) = 180+17+157=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4119D is #4BEE62. Grayscale: #515151. Windows color (decimal): -4976227 or 10293684. OLE color: 10293684.
HSL color Cylindrical-coordinate representation of color #B4119D: hue angle of 308.47º 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 #B4119D is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 157 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.29 |
| HSL | 308.47º | 0.83% | 0.39% | - |
| HSV(B) | 308.47º | 0.91% | 0.71% | - |
| XYZ | 25.11 | 12.54 | 33 | - |
| YUV | 81.7 | 170.5 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 157 | 0 | 0.91 | 0.13 | 0.29 | 308.47 | 0.83 | 0.39 |
| Hex | B4 | 11 | 9D | 0 | 5B | D | 1D | 134 | 53 | 27 |
| Octal | 264 | 21 | 235 | 0 | 133 | 15 | 35 | 464 | 123 | 47 |
| Binary | 10110100 | 10001 | 10011101 | 0 | 1011011 | 1101 | 11101 | 100110100 | 1010011 | 100111 |
Color Harmonies of #B4119D
Complementary color
Monochromatic Colors of #B4119D
Black with #B4119D
Text Example
Text Example
White with #B4119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4119D; }
p { color: rgb(180,17,157); }
H1.HeaderClassName
{
color: #B4119D;
}
.AnyTagClassName
{
color: #B4119D;
}
</style>
background-color css
<style>
a { background-color: #B4119D; }
a { background-color: rgb(180,17,157); }
div.DivClassName
{
background-color: #B4119D;
}
.BgClassName
{
background-color: #B4119D;
}
</style>
border-color css
<style>
span { border-color: #B4119D; }
span { border-color: rgb(180,17,157); }
td.TdClassName
{
border-color: #B4119D;
}
.TagClassName
{
border-color: #B4119D;
}
</style>