Shades of Medium Red Violet #B14584
Tints of Medium Red Violet #B14584
RGB
CMYK
RGB Variations
Color information
#B14584 (or 0xB14584) is known color: Medium Red Violet. HEX triplet: B1, 45 and 84. RGB value is (177,69,132). Sum of RGB (Red+Green+Blue) = 177+69+132=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B14584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14584 is #4EBA7B. Grayscale: #6C6C6C. Windows color (decimal): -5159548 or 8668593. OLE color: 8668593.
HSL color Cylindrical-coordinate representation of color #B14584: hue angle of 325º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14584 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 132 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.31 |
| HSL | 325º | 0.44% | 0.48% | - |
| HSV(B) | 325º | 0.61% | 0.69% | - |
| XYZ | 24.42 | 15.27 | 23.49 | - |
| YUV | 108.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 132 | 0 | 0.61 | 0.25 | 0.31 | 325 | 0.44 | 0.48 |
| Hex | B1 | 45 | 84 | 0 | 3D | 19 | 1F | 145 | 2C | 30 |
| Octal | 261 | 105 | 204 | 0 | 75 | 31 | 37 | 505 | 54 | 60 |
| Binary | 10110001 | 1000101 | 10000100 | 0 | 111101 | 11001 | 11111 | 101000101 | 101100 | 110000 |
Color Harmonies of #B14584
Complementary color
Monochromatic Colors of #B14584
Black with #B14584
Text Example
Text Example
White with #B14584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14584; }
p { color: rgb(177,69,132); }
H1.HeaderClassName
{
color: #B14584;
}
.AnyTagClassName
{
color: #B14584;
}
</style>
background-color css
<style>
a { background-color: #B14584; }
a { background-color: rgb(177,69,132); }
div.DivClassName
{
background-color: #B14584;
}
.BgClassName
{
background-color: #B14584;
}
</style>
border-color css
<style>
span { border-color: #B14584; }
span { border-color: rgb(177,69,132); }
td.TdClassName
{
border-color: #B14584;
}
.TagClassName
{
border-color: #B14584;
}
</style>