Shades of Medium Violet Red #B114A1
Tints of Medium Violet Red #B114A1
RGB
CMYK
RGB Variations
Color information
#B114A1 (or 0xB114A1) is known color: Medium Violet Red. HEX triplet: B1, 14 and A1. RGB value is (177,20,161). Sum of RGB (Red+Green+Blue) = 177+20+161=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B114A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B114A1 is #4EEB5E. Grayscale: #525252. Windows color (decimal): -5172063 or 10556593. OLE color: 10556593.
HSL color Cylindrical-coordinate representation of color #B114A1: hue angle of 306.11º 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 #B114A1 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 161 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.31 |
| HSL | 306.11º | 0.8% | 0.39% | - |
| HSV(B) | 306.11º | 0.89% | 0.69% | - |
| XYZ | 24.81 | 12.42 | 34.81 | - |
| YUV | 83.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 161 | 0 | 0.89 | 0.09 | 0.31 | 306.11 | 0.8 | 0.39 |
| Hex | B1 | 14 | A1 | 0 | 59 | 9 | 1F | 132 | 50 | 27 |
| Octal | 261 | 24 | 241 | 0 | 131 | 11 | 37 | 462 | 120 | 47 |
| Binary | 10110001 | 10100 | 10100001 | 0 | 1011001 | 1001 | 11111 | 100110010 | 1010000 | 100111 |
Color Harmonies of #B114A1
Complementary color
Monochromatic Colors of #B114A1
Black with #B114A1
Text Example
Text Example
White with #B114A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B114A1; }
p { color: rgb(177,20,161); }
H1.HeaderClassName
{
color: #B114A1;
}
.AnyTagClassName
{
color: #B114A1;
}
</style>
background-color css
<style>
a { background-color: #B114A1; }
a { background-color: rgb(177,20,161); }
div.DivClassName
{
background-color: #B114A1;
}
.BgClassName
{
background-color: #B114A1;
}
</style>
border-color css
<style>
span { border-color: #B114A1; }
span { border-color: rgb(177,20,161); }
td.TdClassName
{
border-color: #B114A1;
}
.TagClassName
{
border-color: #B114A1;
}
</style>