Shades of Medium Violet Red #B81DA8
Tints of Medium Violet Red #B81DA8
RGB
CMYK
RGB Variations
Color information
#B81DA8 (or 0xB81DA8) is known color: Medium Violet Red. HEX triplet: B8, 1D and A8. RGB value is (184,29,168). Sum of RGB (Red+Green+Blue) = 184+29+168=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B81DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81DA8 is #47E257. Grayscale: #5A5A5A. Windows color (decimal): -4711000 or 11017656. OLE color: 11017656.
HSL color Cylindrical-coordinate representation of color #B81DA8: hue angle of 306.19º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81DA8 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 168 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.28 |
| HSL | 306.19º | 0.73% | 0.42% | - |
| HSV(B) | 306.19º | 0.84% | 0.72% | - |
| XYZ | 27.27 | 13.9 | 38.29 | - |
| YUV | 91.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 168 | 0 | 0.84 | 0.09 | 0.28 | 306.19 | 0.73 | 0.42 |
| Hex | B8 | 1D | A8 | 0 | 54 | 9 | 1C | 132 | 49 | 2A |
| Octal | 270 | 35 | 250 | 0 | 124 | 11 | 34 | 462 | 111 | 52 |
| Binary | 10111000 | 11101 | 10101000 | 0 | 1010100 | 1001 | 11100 | 100110010 | 1001001 | 101010 |
Color Harmonies of #B81DA8
Complementary color
Monochromatic Colors of #B81DA8
Black with #B81DA8
Text Example
Text Example
White with #B81DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DA8; }
p { color: rgb(184,29,168); }
H1.HeaderClassName
{
color: #B81DA8;
}
.AnyTagClassName
{
color: #B81DA8;
}
</style>
background-color css
<style>
a { background-color: #B81DA8; }
a { background-color: rgb(184,29,168); }
div.DivClassName
{
background-color: #B81DA8;
}
.BgClassName
{
background-color: #B81DA8;
}
</style>
border-color css
<style>
span { border-color: #B81DA8; }
span { border-color: rgb(184,29,168); }
td.TdClassName
{
border-color: #B81DA8;
}
.TagClassName
{
border-color: #B81DA8;
}
</style>