Shades of Medium Violet Red #B81DA1
Tints of Medium Violet Red #B81DA1
RGB
CMYK
RGB Variations
Color information
#B81DA1 (or 0xB81DA1) is known color: Medium Violet Red. HEX triplet: B8, 1D and A1. RGB value is (184,29,161). Sum of RGB (Red+Green+Blue) = 184+29+161=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B81DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81DA1 is #47E25E. Grayscale: #5A5A5A. Windows color (decimal): -4711007 or 10558904. OLE color: 10558904.
HSL color Cylindrical-coordinate representation of color #B81DA1: hue angle of 308.9º 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 #B81DA1 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 161 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.28 |
| HSL | 308.9º | 0.73% | 0.42% | - |
| HSV(B) | 308.9º | 0.84% | 0.72% | - |
| XYZ | 26.64 | 13.64 | 34.95 | - |
| YUV | 90.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 161 | 0 | 0.84 | 0.12 | 0.28 | 308.9 | 0.73 | 0.42 |
| Hex | B8 | 1D | A1 | 0 | 54 | C | 1C | 135 | 49 | 2A |
| Octal | 270 | 35 | 241 | 0 | 124 | 14 | 34 | 465 | 111 | 52 |
| Binary | 10111000 | 11101 | 10100001 | 0 | 1010100 | 1100 | 11100 | 100110101 | 1001001 | 101010 |
Color Harmonies of #B81DA1
Complementary color
Monochromatic Colors of #B81DA1
Black with #B81DA1
Text Example
Text Example
White with #B81DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DA1; }
p { color: rgb(184,29,161); }
H1.HeaderClassName
{
color: #B81DA1;
}
.AnyTagClassName
{
color: #B81DA1;
}
</style>
background-color css
<style>
a { background-color: #B81DA1; }
a { background-color: rgb(184,29,161); }
div.DivClassName
{
background-color: #B81DA1;
}
.BgClassName
{
background-color: #B81DA1;
}
</style>
border-color css
<style>
span { border-color: #B81DA1; }
span { border-color: rgb(184,29,161); }
td.TdClassName
{
border-color: #B81DA1;
}
.TagClassName
{
border-color: #B81DA1;
}
</style>