Shades of Medium Red Violet #B84191
Tints of Medium Red Violet #B84191
RGB
CMYK
RGB Variations
Color information
#B84191 (or 0xB84191) is known color: Medium Red Violet. HEX triplet: B8, 41 and 91. RGB value is (184,65,145). Sum of RGB (Red+Green+Blue) = 184+65+145=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B84191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84191 is #47BE6E. Grayscale: #6D6D6D. Windows color (decimal): -4701807 or 9519544. OLE color: 9519544.
HSL color Cylindrical-coordinate representation of color #B84191: hue angle of 319.66º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84191 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 145 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.28 |
| HSL | 319.66º | 0.48% | 0.49% | - |
| HSV(B) | 319.66º | 0.65% | 0.72% | - |
| XYZ | 26.77 | 16.02 | 28.47 | - |
| YUV | 109.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 145 | 0 | 0.65 | 0.21 | 0.28 | 319.66 | 0.48 | 0.49 |
| Hex | B8 | 41 | 91 | 0 | 41 | 15 | 1C | 140 | 30 | 31 |
| Octal | 270 | 101 | 221 | 0 | 101 | 25 | 34 | 500 | 60 | 61 |
| Binary | 10111000 | 1000001 | 10010001 | 0 | 1000001 | 10101 | 11100 | 101000000 | 110000 | 110001 |
Color Harmonies of #B84191
Complementary color
Monochromatic Colors of #B84191
Black with #B84191
Text Example
Text Example
White with #B84191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84191; }
p { color: rgb(184,65,145); }
H1.HeaderClassName
{
color: #B84191;
}
.AnyTagClassName
{
color: #B84191;
}
</style>
background-color css
<style>
a { background-color: #B84191; }
a { background-color: rgb(184,65,145); }
div.DivClassName
{
background-color: #B84191;
}
.BgClassName
{
background-color: #B84191;
}
</style>
border-color css
<style>
span { border-color: #B84191; }
span { border-color: rgb(184,65,145); }
td.TdClassName
{
border-color: #B84191;
}
.TagClassName
{
border-color: #B84191;
}
</style>