Shades of Medium Violet Red #B81FA8
Tints of Medium Violet Red #B81FA8
RGB
CMYK
RGB Variations
Color information
#B81FA8 (or 0xB81FA8) is known color: Medium Violet Red. HEX triplet: B8, 1F and A8. RGB value is (184,31,168). Sum of RGB (Red+Green+Blue) = 184+31+168=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B81FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81FA8 is #47E057. Grayscale: #5B5B5B. Windows color (decimal): -4710488 or 11018168. OLE color: 11018168.
HSL color Cylindrical-coordinate representation of color #B81FA8: hue angle of 306.27º 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 #B81FA8 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 31 | 168 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.28 |
| HSL | 306.27º | 0.71% | 0.42% | - |
| HSV(B) | 306.27º | 0.83% | 0.72% | - |
| XYZ | 27.33 | 14 | 38.31 | - |
| YUV | 92.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 168 | 0 | 0.83 | 0.09 | 0.28 | 306.27 | 0.71 | 0.42 |
| Hex | B8 | 1F | A8 | 0 | 53 | 9 | 1C | 132 | 47 | 2A |
| Octal | 270 | 37 | 250 | 0 | 123 | 11 | 34 | 462 | 107 | 52 |
| Binary | 10111000 | 11111 | 10101000 | 0 | 1010011 | 1001 | 11100 | 100110010 | 1000111 | 101010 |
Color Harmonies of #B81FA8
Complementary color
Monochromatic Colors of #B81FA8
Black with #B81FA8
Text Example
Text Example
White with #B81FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FA8; }
p { color: rgb(184,31,168); }
H1.HeaderClassName
{
color: #B81FA8;
}
.AnyTagClassName
{
color: #B81FA8;
}
</style>
background-color css
<style>
a { background-color: #B81FA8; }
a { background-color: rgb(184,31,168); }
div.DivClassName
{
background-color: #B81FA8;
}
.BgClassName
{
background-color: #B81FA8;
}
</style>
border-color css
<style>
span { border-color: #B81FA8; }
span { border-color: rgb(184,31,168); }
td.TdClassName
{
border-color: #B81FA8;
}
.TagClassName
{
border-color: #B81FA8;
}
</style>