Shades of Medium Violet Red #B81AA2
Tints of Medium Violet Red #B81AA2
RGB
CMYK
RGB Variations
Color information
#B81AA2 (or 0xB81AA2) is known color: Medium Violet Red. HEX triplet: B8, 1A and A2. RGB value is (184,26,162). Sum of RGB (Red+Green+Blue) = 184+26+162=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B81AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81AA2 is #47E55D. Grayscale: #585858. Windows color (decimal): -4711774 or 10623672. OLE color: 10623672.
HSL color Cylindrical-coordinate representation of color #B81AA2: hue angle of 308.35º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81AA2 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 162 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.28 |
| HSL | 308.35º | 0.75% | 0.41% | - |
| HSV(B) | 308.35º | 0.86% | 0.72% | - |
| XYZ | 26.66 | 13.54 | 35.39 | - |
| YUV | 88.75 | 169.35 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 162 | 0 | 0.86 | 0.12 | 0.28 | 308.35 | 0.75 | 0.41 |
| Hex | B8 | 1A | A2 | 0 | 56 | C | 1C | 134 | 4B | 29 |
| Octal | 270 | 32 | 242 | 0 | 126 | 14 | 34 | 464 | 113 | 51 |
| Binary | 10111000 | 11010 | 10100010 | 0 | 1010110 | 1100 | 11100 | 100110100 | 1001011 | 101001 |
Color Harmonies of #B81AA2
Complementary color
Monochromatic Colors of #B81AA2
Black with #B81AA2
Text Example
Text Example
White with #B81AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81AA2; }
p { color: rgb(184,26,162); }
H1.HeaderClassName
{
color: #B81AA2;
}
.AnyTagClassName
{
color: #B81AA2;
}
</style>
background-color css
<style>
a { background-color: #B81AA2; }
a { background-color: rgb(184,26,162); }
div.DivClassName
{
background-color: #B81AA2;
}
.BgClassName
{
background-color: #B81AA2;
}
</style>
border-color css
<style>
span { border-color: #B81AA2; }
span { border-color: rgb(184,26,162); }
td.TdClassName
{
border-color: #B81AA2;
}
.TagClassName
{
border-color: #B81AA2;
}
</style>