Shades of Medium Red Violet #B14099
Tints of Medium Red Violet #B14099
RGB
CMYK
RGB Variations
Color information
#B14099 (or 0xB14099) is known color: Medium Red Violet. HEX triplet: B1, 40 and 99. RGB value is (177,64,153). Sum of RGB (Red+Green+Blue) = 177+64+153=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B14099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14099 is #4EBF66. Grayscale: #6B6B6B. Windows color (decimal): -5160807 or 10043569. OLE color: 10043569.
HSL color Cylindrical-coordinate representation of color #B14099: hue angle of 312.74º 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 #B14099 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 153 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.31 |
| HSL | 312.74º | 0.47% | 0.47% | - |
| HSV(B) | 312.74º | 0.64% | 0.69% | - |
| XYZ | 25.71 | 15.31 | 31.74 | - |
| YUV | 107.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 153 | 0 | 0.64 | 0.14 | 0.31 | 312.74 | 0.47 | 0.47 |
| Hex | B1 | 40 | 99 | 0 | 40 | E | 1F | 139 | 2F | 2F |
| Octal | 261 | 100 | 231 | 0 | 100 | 16 | 37 | 471 | 57 | 57 |
| Binary | 10110001 | 1000000 | 10011001 | 0 | 1000000 | 1110 | 11111 | 100111001 | 101111 | 101111 |
Color Harmonies of #B14099
Complementary color
Monochromatic Colors of #B14099
Black with #B14099
Text Example
Text Example
White with #B14099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14099; }
p { color: rgb(177,64,153); }
H1.HeaderClassName
{
color: #B14099;
}
.AnyTagClassName
{
color: #B14099;
}
</style>
background-color css
<style>
a { background-color: #B14099; }
a { background-color: rgb(177,64,153); }
div.DivClassName
{
background-color: #B14099;
}
.BgClassName
{
background-color: #B14099;
}
</style>
border-color css
<style>
span { border-color: #B14099; }
span { border-color: rgb(177,64,153); }
td.TdClassName
{
border-color: #B14099;
}
.TagClassName
{
border-color: #B14099;
}
</style>