Shades of Medium Violet Red #B81773
Tints of Medium Violet Red #B81773
RGB
CMYK
RGB Variations
Color information
#B81773 (or 0xB81773) is known color: Medium Violet Red. HEX triplet: B8, 17 and 73. RGB value is (184,23,115). Sum of RGB (Red+Green+Blue) = 184+23+115=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B81773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81773 is #47E88C. Grayscale: #515151. Windows color (decimal): -4712589 or 7542712. OLE color: 7542712.
HSL color Cylindrical-coordinate representation of color #B81773: hue angle of 325.71º 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 #B81773 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 115 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.28 |
| HSL | 325.71º | 0.78% | 0.41% | - |
| HSV(B) | 325.71º | 0.88% | 0.72% | - |
| XYZ | 23.17 | 12.04 | 17.32 | - |
| YUV | 81.63 | 146.84 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 115 | 0 | 0.88 | 0.38 | 0.28 | 325.71 | 0.78 | 0.41 |
| Hex | B8 | 17 | 73 | 0 | 58 | 26 | 1C | 146 | 4E | 29 |
| Octal | 270 | 27 | 163 | 0 | 130 | 46 | 34 | 506 | 116 | 51 |
| Binary | 10111000 | 10111 | 1110011 | 0 | 1011000 | 100110 | 11100 | 101000110 | 1001110 | 101001 |
Color Harmonies of #B81773
Complementary color
Monochromatic Colors of #B81773
Black with #B81773
Text Example
Text Example
White with #B81773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81773; }
p { color: rgb(184,23,115); }
H1.HeaderClassName
{
color: #B81773;
}
.AnyTagClassName
{
color: #B81773;
}
</style>
background-color css
<style>
a { background-color: #B81773; }
a { background-color: rgb(184,23,115); }
div.DivClassName
{
background-color: #B81773;
}
.BgClassName
{
background-color: #B81773;
}
</style>
border-color css
<style>
span { border-color: #B81773; }
span { border-color: rgb(184,23,115); }
td.TdClassName
{
border-color: #B81773;
}
.TagClassName
{
border-color: #B81773;
}
</style>