Shades of Medium Red Violet #B140A0
Tints of Medium Red Violet #B140A0
RGB
CMYK
RGB Variations
Color information
#B140A0 (or 0xB140A0) is known color: Medium Red Violet. HEX triplet: B1, 40 and A0. RGB value is (177,64,160). Sum of RGB (Red+Green+Blue) = 177+64+160=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B140A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B140A0 is #4EBF5F. Grayscale: #6C6C6C. Windows color (decimal): -5160800 or 10502321. OLE color: 10502321.
HSL color Cylindrical-coordinate representation of color #B140A0: hue angle of 309.03º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B140A0 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 160 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.31 |
| HSL | 309.03º | 0.47% | 0.47% | - |
| HSV(B) | 309.03º | 0.64% | 0.69% | - |
| XYZ | 26.31 | 15.55 | 34.87 | - |
| YUV | 108.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 160 | 0 | 0.64 | 0.10 | 0.31 | 309.03 | 0.47 | 0.47 |
| Hex | B1 | 40 | A0 | 0 | 40 | A | 1F | 135 | 2F | 2F |
| Octal | 261 | 100 | 240 | 0 | 100 | 12 | 37 | 465 | 57 | 57 |
| Binary | 10110001 | 1000000 | 10100000 | 0 | 1000000 | 1010 | 11111 | 100110101 | 101111 | 101111 |
Color Harmonies of #B140A0
Complementary color
Monochromatic Colors of #B140A0
Black with #B140A0
Text Example
Text Example
White with #B140A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140A0; }
p { color: rgb(177,64,160); }
H1.HeaderClassName
{
color: #B140A0;
}
.AnyTagClassName
{
color: #B140A0;
}
</style>
background-color css
<style>
a { background-color: #B140A0; }
a { background-color: rgb(177,64,160); }
div.DivClassName
{
background-color: #B140A0;
}
.BgClassName
{
background-color: #B140A0;
}
</style>
border-color css
<style>
span { border-color: #B140A0; }
span { border-color: rgb(177,64,160); }
td.TdClassName
{
border-color: #B140A0;
}
.TagClassName
{
border-color: #B140A0;
}
</style>