Shades of Medium Violet Red #B114A0
Tints of Medium Violet Red #B114A0
RGB
CMYK
RGB Variations
Color information
#B114A0 (or 0xB114A0) is known color: Medium Violet Red. HEX triplet: B1, 14 and A0. RGB value is (177,20,160). Sum of RGB (Red+Green+Blue) = 177+20+160=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B114A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B114A0 is #4EEB5F. Grayscale: #525252. Windows color (decimal): -5172064 or 10491057. OLE color: 10491057.
HSL color Cylindrical-coordinate representation of color #B114A0: hue angle of 306.5º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B114A0 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 160 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.31 |
| HSL | 306.5º | 0.8% | 0.39% | - |
| HSV(B) | 306.5º | 0.89% | 0.69% | - |
| XYZ | 24.73 | 12.39 | 34.35 | - |
| YUV | 82.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 160 | 0 | 0.89 | 0.10 | 0.31 | 306.5 | 0.8 | 0.39 |
| Hex | B1 | 14 | A0 | 0 | 59 | A | 1F | 132 | 50 | 27 |
| Octal | 261 | 24 | 240 | 0 | 131 | 12 | 37 | 462 | 120 | 47 |
| Binary | 10110001 | 10100 | 10100000 | 0 | 1011001 | 1010 | 11111 | 100110010 | 1010000 | 100111 |
Color Harmonies of #B114A0
Complementary color
Monochromatic Colors of #B114A0
Black with #B114A0
Text Example
Text Example
White with #B114A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B114A0; }
p { color: rgb(177,20,160); }
H1.HeaderClassName
{
color: #B114A0;
}
.AnyTagClassName
{
color: #B114A0;
}
</style>
background-color css
<style>
a { background-color: #B114A0; }
a { background-color: rgb(177,20,160); }
div.DivClassName
{
background-color: #B114A0;
}
.BgClassName
{
background-color: #B114A0;
}
</style>
border-color css
<style>
span { border-color: #B114A0; }
span { border-color: rgb(177,20,160); }
td.TdClassName
{
border-color: #B114A0;
}
.TagClassName
{
border-color: #B114A0;
}
</style>