Shades of Medium Violet Red #B81D9A
Tints of Medium Violet Red #B81D9A
RGB
CMYK
RGB Variations
Color information
#B81D9A (or 0xB81D9A) is known color: Medium Violet Red. HEX triplet: B8, 1D and 9A. RGB value is (184,29,154). Sum of RGB (Red+Green+Blue) = 184+29+154=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81D9A is #47E265. Grayscale: #595959. Windows color (decimal): -4711014 or 10100152. OLE color: 10100152.
HSL color Cylindrical-coordinate representation of color #B81D9A: hue angle of 311.61º 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 #B81D9A is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 154 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.28 |
| HSL | 311.61º | 0.73% | 0.42% | - |
| HSV(B) | 311.61º | 0.84% | 0.72% | - |
| XYZ | 26.04 | 13.4 | 31.79 | - |
| YUV | 89.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 154 | 0 | 0.84 | 0.16 | 0.28 | 311.61 | 0.73 | 0.42 |
| Hex | B8 | 1D | 9A | 0 | 54 | 10 | 1C | 138 | 49 | 2A |
| Octal | 270 | 35 | 232 | 0 | 124 | 20 | 34 | 470 | 111 | 52 |
| Binary | 10111000 | 11101 | 10011010 | 0 | 1010100 | 10000 | 11100 | 100111000 | 1001001 | 101010 |
Color Harmonies of #B81D9A
Complementary color
Monochromatic Colors of #B81D9A
Black with #B81D9A
Text Example
Text Example
White with #B81D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D9A; }
p { color: rgb(184,29,154); }
H1.HeaderClassName
{
color: #B81D9A;
}
.AnyTagClassName
{
color: #B81D9A;
}
</style>
background-color css
<style>
a { background-color: #B81D9A; }
a { background-color: rgb(184,29,154); }
div.DivClassName
{
background-color: #B81D9A;
}
.BgClassName
{
background-color: #B81D9A;
}
</style>
border-color css
<style>
span { border-color: #B81D9A; }
span { border-color: rgb(184,29,154); }
td.TdClassName
{
border-color: #B81D9A;
}
.TagClassName
{
border-color: #B81D9A;
}
</style>