Shades of Medium Violet Red #B81795
Tints of Medium Violet Red #B81795
RGB
CMYK
RGB Variations
Color information
#B81795 (or 0xB81795) is known color: Medium Violet Red. HEX triplet: B8, 17 and 95. RGB value is (184,23,149). Sum of RGB (Red+Green+Blue) = 184+23+149=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B81795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81795 is #47E86A. Grayscale: #555555. Windows color (decimal): -4712555 or 9770936. OLE color: 9770936.
HSL color Cylindrical-coordinate representation of color #B81795: hue angle of 313.04º 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 #B81795 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 149 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.28 |
| HSL | 313.04º | 0.78% | 0.41% | - |
| HSV(B) | 313.04º | 0.88% | 0.72% | - |
| XYZ | 25.5 | 12.97 | 29.59 | - |
| YUV | 85.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 149 | 0 | 0.88 | 0.19 | 0.28 | 313.04 | 0.78 | 0.41 |
| Hex | B8 | 17 | 95 | 0 | 58 | 13 | 1C | 139 | 4E | 29 |
| Octal | 270 | 27 | 225 | 0 | 130 | 23 | 34 | 471 | 116 | 51 |
| Binary | 10111000 | 10111 | 10010101 | 0 | 1011000 | 10011 | 11100 | 100111001 | 1001110 | 101001 |
Color Harmonies of #B81795
Complementary color
Monochromatic Colors of #B81795
Black with #B81795
Text Example
Text Example
White with #B81795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81795; }
p { color: rgb(184,23,149); }
H1.HeaderClassName
{
color: #B81795;
}
.AnyTagClassName
{
color: #B81795;
}
</style>
background-color css
<style>
a { background-color: #B81795; }
a { background-color: rgb(184,23,149); }
div.DivClassName
{
background-color: #B81795;
}
.BgClassName
{
background-color: #B81795;
}
</style>
border-color css
<style>
span { border-color: #B81795; }
span { border-color: rgb(184,23,149); }
td.TdClassName
{
border-color: #B81795;
}
.TagClassName
{
border-color: #B81795;
}
</style>