Shades of Medium Violet Red #B81775
Tints of Medium Violet Red #B81775
RGB
CMYK
RGB Variations
Color information
#B81775 (or 0xB81775) is known color: Medium Violet Red. HEX triplet: B8, 17 and 75. RGB value is (184,23,117). Sum of RGB (Red+Green+Blue) = 184+23+117=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B81775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81775 is #47E88A. Grayscale: #515151. Windows color (decimal): -4712587 or 7673784. OLE color: 7673784.
HSL color Cylindrical-coordinate representation of color #B81775: hue angle of 324.97º 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 #B81775 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 117 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.28 |
| HSL | 324.97º | 0.78% | 0.41% | - |
| HSV(B) | 324.97º | 0.88% | 0.72% | - |
| XYZ | 23.28 | 12.09 | 17.94 | - |
| YUV | 81.86 | 147.84 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 117 | 0 | 0.88 | 0.36 | 0.28 | 324.97 | 0.78 | 0.41 |
| Hex | B8 | 17 | 75 | 0 | 58 | 24 | 1C | 145 | 4E | 29 |
| Octal | 270 | 27 | 165 | 0 | 130 | 44 | 34 | 505 | 116 | 51 |
| Binary | 10111000 | 10111 | 1110101 | 0 | 1011000 | 100100 | 11100 | 101000101 | 1001110 | 101001 |
Color Harmonies of #B81775
Complementary color
Monochromatic Colors of #B81775
Black with #B81775
Text Example
Text Example
White with #B81775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81775; }
p { color: rgb(184,23,117); }
H1.HeaderClassName
{
color: #B81775;
}
.AnyTagClassName
{
color: #B81775;
}
</style>
background-color css
<style>
a { background-color: #B81775; }
a { background-color: rgb(184,23,117); }
div.DivClassName
{
background-color: #B81775;
}
.BgClassName
{
background-color: #B81775;
}
</style>
border-color css
<style>
span { border-color: #B81775; }
span { border-color: rgb(184,23,117); }
td.TdClassName
{
border-color: #B81775;
}
.TagClassName
{
border-color: #B81775;
}
</style>