Shades of Medium Violet Red #B81895
Tints of Medium Violet Red #B81895
RGB
CMYK
RGB Variations
Color information
#B81895 (or 0xB81895) is known color: Medium Violet Red. HEX triplet: B8, 18 and 95. RGB value is (184,24,149). Sum of RGB (Red+Green+Blue) = 184+24+149=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B81895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81895 is #47E76A. Grayscale: #555555. Windows color (decimal): -4712299 or 9771192. OLE color: 9771192.
HSL color Cylindrical-coordinate representation of color #B81895: hue angle of 313.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81895 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 149 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.28 |
| HSL | 313.13º | 0.77% | 0.41% | - |
| HSV(B) | 313.13º | 0.87% | 0.72% | - |
| XYZ | 25.52 | 13.01 | 29.6 | - |
| YUV | 86.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 149 | 0 | 0.87 | 0.19 | 0.28 | 313.13 | 0.77 | 0.41 |
| Hex | B8 | 18 | 95 | 0 | 57 | 13 | 1C | 139 | 4D | 29 |
| Octal | 270 | 30 | 225 | 0 | 127 | 23 | 34 | 471 | 115 | 51 |
| Binary | 10111000 | 11000 | 10010101 | 0 | 1010111 | 10011 | 11100 | 100111001 | 1001101 | 101001 |
Color Harmonies of #B81895
Complementary color
Monochromatic Colors of #B81895
Black with #B81895
Text Example
Text Example
White with #B81895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81895; }
p { color: rgb(184,24,149); }
H1.HeaderClassName
{
color: #B81895;
}
.AnyTagClassName
{
color: #B81895;
}
</style>
background-color css
<style>
a { background-color: #B81895; }
a { background-color: rgb(184,24,149); }
div.DivClassName
{
background-color: #B81895;
}
.BgClassName
{
background-color: #B81895;
}
</style>
border-color css
<style>
span { border-color: #B81895; }
span { border-color: rgb(184,24,149); }
td.TdClassName
{
border-color: #B81895;
}
.TagClassName
{
border-color: #B81895;
}
</style>