Shades of Medium Red Violet #B84197
Tints of Medium Red Violet #B84197
RGB
CMYK
RGB Variations
Color information
#B84197 (or 0xB84197) is known color: Medium Red Violet. HEX triplet: B8, 41 and 97. RGB value is (184,65,151). Sum of RGB (Red+Green+Blue) = 184+65+151=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B84197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84197 is #47BE68. Grayscale: #6E6E6E. Windows color (decimal): -4701801 or 9912760. OLE color: 9912760.
HSL color Cylindrical-coordinate representation of color #B84197: hue angle of 316.64º 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 #B84197 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 151 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.28 |
| HSL | 316.64º | 0.48% | 0.49% | - |
| HSV(B) | 316.64º | 0.65% | 0.72% | - |
| XYZ | 27.24 | 16.21 | 30.97 | - |
| YUV | 110.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 151 | 0 | 0.65 | 0.18 | 0.28 | 316.64 | 0.48 | 0.49 |
| Hex | B8 | 41 | 97 | 0 | 41 | 12 | 1C | 13D | 30 | 31 |
| Octal | 270 | 101 | 227 | 0 | 101 | 22 | 34 | 475 | 60 | 61 |
| Binary | 10111000 | 1000001 | 10010111 | 0 | 1000001 | 10010 | 11100 | 100111101 | 110000 | 110001 |
Color Harmonies of #B84197
Complementary color
Monochromatic Colors of #B84197
Black with #B84197
Text Example
Text Example
White with #B84197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84197; }
p { color: rgb(184,65,151); }
H1.HeaderClassName
{
color: #B84197;
}
.AnyTagClassName
{
color: #B84197;
}
</style>
background-color css
<style>
a { background-color: #B84197; }
a { background-color: rgb(184,65,151); }
div.DivClassName
{
background-color: #B84197;
}
.BgClassName
{
background-color: #B84197;
}
</style>
border-color css
<style>
span { border-color: #B84197; }
span { border-color: rgb(184,65,151); }
td.TdClassName
{
border-color: #B84197;
}
.TagClassName
{
border-color: #B84197;
}
</style>