Shades of Medium Red Violet #B14084
Tints of Medium Red Violet #B14084
RGB
CMYK
RGB Variations
Color information
#B14084 (or 0xB14084) is known color: Medium Red Violet. HEX triplet: B1, 40 and 84. RGB value is (177,64,132). Sum of RGB (Red+Green+Blue) = 177+64+132=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B14084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14084 is #4EBF7B. Grayscale: #696969. Windows color (decimal): -5160828 or 8667313. OLE color: 8667313.
HSL color Cylindrical-coordinate representation of color #B14084: hue angle of 323.89º 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 #B14084 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 132 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.31 |
| HSL | 323.89º | 0.47% | 0.47% | - |
| HSV(B) | 323.89º | 0.64% | 0.69% | - |
| XYZ | 24.13 | 14.68 | 23.39 | - |
| YUV | 105.54 | 142.94 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 132 | 0 | 0.64 | 0.25 | 0.31 | 323.89 | 0.47 | 0.47 |
| Hex | B1 | 40 | 84 | 0 | 40 | 19 | 1F | 144 | 2F | 2F |
| Octal | 261 | 100 | 204 | 0 | 100 | 31 | 37 | 504 | 57 | 57 |
| Binary | 10110001 | 1000000 | 10000100 | 0 | 1000000 | 11001 | 11111 | 101000100 | 101111 | 101111 |
Color Harmonies of #B14084
Complementary color
Monochromatic Colors of #B14084
Black with #B14084
Text Example
Text Example
White with #B14084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14084; }
p { color: rgb(177,64,132); }
H1.HeaderClassName
{
color: #B14084;
}
.AnyTagClassName
{
color: #B14084;
}
</style>
background-color css
<style>
a { background-color: #B14084; }
a { background-color: rgb(177,64,132); }
div.DivClassName
{
background-color: #B14084;
}
.BgClassName
{
background-color: #B14084;
}
</style>
border-color css
<style>
span { border-color: #B14084; }
span { border-color: rgb(177,64,132); }
td.TdClassName
{
border-color: #B14084;
}
.TagClassName
{
border-color: #B14084;
}
</style>