Shades of Medium Violet Red #B81DA0
Tints of Medium Violet Red #B81DA0
RGB
CMYK
RGB Variations
Color information
#B81DA0 (or 0xB81DA0) is known color: Medium Violet Red. HEX triplet: B8, 1D and A0. RGB value is (184,29,160). Sum of RGB (Red+Green+Blue) = 184+29+160=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B81DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81DA0 is #47E25F. Grayscale: #595959. Windows color (decimal): -4711008 or 10493368. OLE color: 10493368.
HSL color Cylindrical-coordinate representation of color #B81DA0: hue angle of 309.29º 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 #B81DA0 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 160 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.28 |
| HSL | 309.29º | 0.73% | 0.42% | - |
| HSV(B) | 309.29º | 0.84% | 0.72% | - |
| XYZ | 26.55 | 13.61 | 34.48 | - |
| YUV | 90.28 | 167.35 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 160 | 0 | 0.84 | 0.13 | 0.28 | 309.29 | 0.73 | 0.42 |
| Hex | B8 | 1D | A0 | 0 | 54 | D | 1C | 135 | 49 | 2A |
| Octal | 270 | 35 | 240 | 0 | 124 | 15 | 34 | 465 | 111 | 52 |
| Binary | 10111000 | 11101 | 10100000 | 0 | 1010100 | 1101 | 11100 | 100110101 | 1001001 | 101010 |
Color Harmonies of #B81DA0
Complementary color
Monochromatic Colors of #B81DA0
Black with #B81DA0
Text Example
Text Example
White with #B81DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DA0; }
p { color: rgb(184,29,160); }
H1.HeaderClassName
{
color: #B81DA0;
}
.AnyTagClassName
{
color: #B81DA0;
}
</style>
background-color css
<style>
a { background-color: #B81DA0; }
a { background-color: rgb(184,29,160); }
div.DivClassName
{
background-color: #B81DA0;
}
.BgClassName
{
background-color: #B81DA0;
}
</style>
border-color css
<style>
span { border-color: #B81DA0; }
span { border-color: rgb(184,29,160); }
td.TdClassName
{
border-color: #B81DA0;
}
.TagClassName
{
border-color: #B81DA0;
}
</style>