Shades of Medium Violet Red #B81CAA
Tints of Medium Violet Red #B81CAA
RGB
CMYK
RGB Variations
Color information
#B81CAA (or 0xB81CAA) is known color: Medium Violet Red. HEX triplet: B8, 1C and AA. RGB value is (184,28,170). Sum of RGB (Red+Green+Blue) = 184+28+170=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B81CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81CAA is #47E355. Grayscale: #5A5A5A. Windows color (decimal): -4711254 or 11148472. OLE color: 11148472.
HSL color Cylindrical-coordinate representation of color #B81CAA: hue angle of 305.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81CAA is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 28 | 170 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.28 |
| HSL | 305.38º | 0.74% | 0.42% | - |
| HSV(B) | 305.38º | 0.85% | 0.72% | - |
| XYZ | 27.44 | 13.92 | 39.27 | - |
| YUV | 90.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 170 | 0 | 0.85 | 0.08 | 0.28 | 305.38 | 0.74 | 0.42 |
| Hex | B8 | 1C | AA | 0 | 55 | 8 | 1C | 131 | 4A | 2A |
| Octal | 270 | 34 | 252 | 0 | 125 | 10 | 34 | 461 | 112 | 52 |
| Binary | 10111000 | 11100 | 10101010 | 0 | 1010101 | 1000 | 11100 | 100110001 | 1001010 | 101010 |
Color Harmonies of #B81CAA
Complementary color
Monochromatic Colors of #B81CAA
Black with #B81CAA
Text Example
Text Example
White with #B81CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CAA; }
p { color: rgb(184,28,170); }
H1.HeaderClassName
{
color: #B81CAA;
}
.AnyTagClassName
{
color: #B81CAA;
}
</style>
background-color css
<style>
a { background-color: #B81CAA; }
a { background-color: rgb(184,28,170); }
div.DivClassName
{
background-color: #B81CAA;
}
.BgClassName
{
background-color: #B81CAA;
}
</style>
border-color css
<style>
span { border-color: #B81CAA; }
span { border-color: rgb(184,28,170); }
td.TdClassName
{
border-color: #B81CAA;
}
.TagClassName
{
border-color: #B81CAA;
}
</style>