Shades of Medium Violet Red #B81FA0
Tints of Medium Violet Red #B81FA0
RGB
CMYK
RGB Variations
Color information
#B81FA0 (or 0xB81FA0) is known color: Medium Violet Red. HEX triplet: B8, 1F and A0. RGB value is (184,31,160). Sum of RGB (Red+Green+Blue) = 184+31+160=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B81FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81FA0 is #47E05F. Grayscale: #5B5B5B. Windows color (decimal): -4710496 or 10493880. OLE color: 10493880.
HSL color Cylindrical-coordinate representation of color #B81FA0: hue angle of 309.41º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B81FA0 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 31 | 160 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.28 |
| HSL | 309.41º | 0.71% | 0.42% | - |
| HSV(B) | 309.41º | 0.83% | 0.72% | - |
| XYZ | 26.6 | 13.71 | 34.5 | - |
| YUV | 91.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 160 | 0 | 0.83 | 0.13 | 0.28 | 309.41 | 0.71 | 0.42 |
| Hex | B8 | 1F | A0 | 0 | 53 | D | 1C | 135 | 47 | 2A |
| Octal | 270 | 37 | 240 | 0 | 123 | 15 | 34 | 465 | 107 | 52 |
| Binary | 10111000 | 11111 | 10100000 | 0 | 1010011 | 1101 | 11100 | 100110101 | 1000111 | 101010 |
Color Harmonies of #B81FA0
Complementary color
Monochromatic Colors of #B81FA0
Black with #B81FA0
Text Example
Text Example
White with #B81FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FA0; }
p { color: rgb(184,31,160); }
H1.HeaderClassName
{
color: #B81FA0;
}
.AnyTagClassName
{
color: #B81FA0;
}
</style>
background-color css
<style>
a { background-color: #B81FA0; }
a { background-color: rgb(184,31,160); }
div.DivClassName
{
background-color: #B81FA0;
}
.BgClassName
{
background-color: #B81FA0;
}
</style>
border-color css
<style>
span { border-color: #B81FA0; }
span { border-color: rgb(184,31,160); }
td.TdClassName
{
border-color: #B81FA0;
}
.TagClassName
{
border-color: #B81FA0;
}
</style>