Shades of Medium Red Violet #B84192
Tints of Medium Red Violet #B84192
RGB
CMYK
RGB Variations
Color information
#B84192 (or 0xB84192) is known color: Medium Red Violet. HEX triplet: B8, 41 and 92. RGB value is (184,65,146). Sum of RGB (Red+Green+Blue) = 184+65+146=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B84192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84192 is #47BE6D. Grayscale: #6D6D6D. Windows color (decimal): -4701806 or 9585080. OLE color: 9585080.
HSL color Cylindrical-coordinate representation of color #B84192: hue angle of 319.16º 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 #B84192 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 146 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.28 |
| HSL | 319.16º | 0.48% | 0.49% | - |
| HSV(B) | 319.16º | 0.65% | 0.72% | - |
| XYZ | 26.85 | 16.05 | 28.88 | - |
| YUV | 109.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 146 | 0 | 0.65 | 0.21 | 0.28 | 319.16 | 0.48 | 0.49 |
| Hex | B8 | 41 | 92 | 0 | 41 | 15 | 1C | 13F | 30 | 31 |
| Octal | 270 | 101 | 222 | 0 | 101 | 25 | 34 | 477 | 60 | 61 |
| Binary | 10111000 | 1000001 | 10010010 | 0 | 1000001 | 10101 | 11100 | 100111111 | 110000 | 110001 |
Color Harmonies of #B84192
Complementary color
Monochromatic Colors of #B84192
Black with #B84192
Text Example
Text Example
White with #B84192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84192; }
p { color: rgb(184,65,146); }
H1.HeaderClassName
{
color: #B84192;
}
.AnyTagClassName
{
color: #B84192;
}
</style>
background-color css
<style>
a { background-color: #B84192; }
a { background-color: rgb(184,65,146); }
div.DivClassName
{
background-color: #B84192;
}
.BgClassName
{
background-color: #B84192;
}
</style>
border-color css
<style>
span { border-color: #B84192; }
span { border-color: rgb(184,65,146); }
td.TdClassName
{
border-color: #B84192;
}
.TagClassName
{
border-color: #B84192;
}
</style>