Shades of Medium Violet Red #B81FA3
Tints of Medium Violet Red #B81FA3
RGB
CMYK
RGB Variations
Color information
#B81FA3 (or 0xB81FA3) is known color: Medium Violet Red. HEX triplet: B8, 1F and A3. RGB value is (184,31,163). Sum of RGB (Red+Green+Blue) = 184+31+163=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B81FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81FA3 is #47E05C. Grayscale: #5B5B5B. Windows color (decimal): -4710493 or 10690488. OLE color: 10690488.
HSL color Cylindrical-coordinate representation of color #B81FA3: hue angle of 308.24º 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 #B81FA3 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 31 | 163 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.28 |
| HSL | 308.24º | 0.71% | 0.42% | - |
| HSV(B) | 308.24º | 0.83% | 0.72% | - |
| XYZ | 26.87 | 13.81 | 35.9 | - |
| YUV | 91.8 | 168.19 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 163 | 0 | 0.83 | 0.11 | 0.28 | 308.24 | 0.71 | 0.42 |
| Hex | B8 | 1F | A3 | 0 | 53 | B | 1C | 134 | 47 | 2A |
| Octal | 270 | 37 | 243 | 0 | 123 | 13 | 34 | 464 | 107 | 52 |
| Binary | 10111000 | 11111 | 10100011 | 0 | 1010011 | 1011 | 11100 | 100110100 | 1000111 | 101010 |
Color Harmonies of #B81FA3
Complementary color
Monochromatic Colors of #B81FA3
Black with #B81FA3
Text Example
Text Example
White with #B81FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FA3; }
p { color: rgb(184,31,163); }
H1.HeaderClassName
{
color: #B81FA3;
}
.AnyTagClassName
{
color: #B81FA3;
}
</style>
background-color css
<style>
a { background-color: #B81FA3; }
a { background-color: rgb(184,31,163); }
div.DivClassName
{
background-color: #B81FA3;
}
.BgClassName
{
background-color: #B81FA3;
}
</style>
border-color css
<style>
span { border-color: #B81FA3; }
span { border-color: rgb(184,31,163); }
td.TdClassName
{
border-color: #B81FA3;
}
.TagClassName
{
border-color: #B81FA3;
}
</style>