Shades of Medium Violet Red #B81794
Tints of Medium Violet Red #B81794
RGB
CMYK
RGB Variations
Color information
#B81794 (or 0xB81794) is known color: Medium Violet Red. HEX triplet: B8, 17 and 94. RGB value is (184,23,148). Sum of RGB (Red+Green+Blue) = 184+23+148=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B81794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81794 is #47E86B. Grayscale: #555555. Windows color (decimal): -4712556 or 9705400. OLE color: 9705400.
HSL color Cylindrical-coordinate representation of color #B81794: hue angle of 313.42º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81794 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 148 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.28 |
| HSL | 313.42º | 0.78% | 0.41% | - |
| HSV(B) | 313.42º | 0.88% | 0.72% | - |
| XYZ | 25.42 | 12.94 | 29.18 | - |
| YUV | 85.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 148 | 0 | 0.88 | 0.20 | 0.28 | 313.42 | 0.78 | 0.41 |
| Hex | B8 | 17 | 94 | 0 | 58 | 14 | 1C | 139 | 4E | 29 |
| Octal | 270 | 27 | 224 | 0 | 130 | 24 | 34 | 471 | 116 | 51 |
| Binary | 10111000 | 10111 | 10010100 | 0 | 1011000 | 10100 | 11100 | 100111001 | 1001110 | 101001 |
Color Harmonies of #B81794
Complementary color
Monochromatic Colors of #B81794
Black with #B81794
Text Example
Text Example
White with #B81794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81794; }
p { color: rgb(184,23,148); }
H1.HeaderClassName
{
color: #B81794;
}
.AnyTagClassName
{
color: #B81794;
}
</style>
background-color css
<style>
a { background-color: #B81794; }
a { background-color: rgb(184,23,148); }
div.DivClassName
{
background-color: #B81794;
}
.BgClassName
{
background-color: #B81794;
}
</style>
border-color css
<style>
span { border-color: #B81794; }
span { border-color: rgb(184,23,148); }
td.TdClassName
{
border-color: #B81794;
}
.TagClassName
{
border-color: #B81794;
}
</style>