Shades of Medium Violet Red #B4117F
Tints of Medium Violet Red #B4117F
RGB
CMYK
RGB Variations
Color information
#B4117F (or 0xB4117F) is known color: Medium Violet Red. HEX triplet: B4, 11 and 7F. RGB value is (180,17,127). Sum of RGB (Red+Green+Blue) = 180+17+127=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B4117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4117F is #4BEE80. Grayscale: #4E4E4E. Windows color (decimal): -4976257 or 8327604. OLE color: 8327604.
HSL color Cylindrical-coordinate representation of color #B4117F: hue angle of 319.51º 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 #B4117F is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 127 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.29 |
| HSL | 319.51º | 0.83% | 0.39% | - |
| HSV(B) | 319.51º | 0.91% | 0.71% | - |
| XYZ | 22.85 | 11.64 | 21.12 | - |
| YUV | 78.28 | 155.5 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 127 | 0 | 0.91 | 0.29 | 0.29 | 319.51 | 0.83 | 0.39 |
| Hex | B4 | 11 | 7F | 0 | 5B | 1D | 1D | 140 | 53 | 27 |
| Octal | 264 | 21 | 177 | 0 | 133 | 35 | 35 | 500 | 123 | 47 |
| Binary | 10110100 | 10001 | 1111111 | 0 | 1011011 | 11101 | 11101 | 101000000 | 1010011 | 100111 |
Color Harmonies of #B4117F
Complementary color
Monochromatic Colors of #B4117F
Black with #B4117F
Text Example
Text Example
White with #B4117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4117F; }
p { color: rgb(180,17,127); }
H1.HeaderClassName
{
color: #B4117F;
}
.AnyTagClassName
{
color: #B4117F;
}
</style>
background-color css
<style>
a { background-color: #B4117F; }
a { background-color: rgb(180,17,127); }
div.DivClassName
{
background-color: #B4117F;
}
.BgClassName
{
background-color: #B4117F;
}
</style>
border-color css
<style>
span { border-color: #B4117F; }
span { border-color: rgb(180,17,127); }
td.TdClassName
{
border-color: #B4117F;
}
.TagClassName
{
border-color: #B4117F;
}
</style>