Shades of Medium Violet Red #B51AAA
Tints of Medium Violet Red #B51AAA
RGB
CMYK
RGB Variations
Color information
#B51AAA (or 0xB51AAA) is known color: Medium Violet Red. HEX triplet: B5, 1A and AA. RGB value is (181,26,170). Sum of RGB (Red+Green+Blue) = 181+26+170=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B51AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51AAA is #4AE555. Grayscale: #585858. Windows color (decimal): -4908374 or 11147957. OLE color: 11147957.
HSL color Cylindrical-coordinate representation of color #B51AAA: hue angle of 304.26º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51AAA is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 26 | 170 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.29 |
| HSL | 304.26º | 0.75% | 0.41% | - |
| HSV(B) | 304.26º | 0.86% | 0.71% | - |
| XYZ | 26.68 | 13.46 | 39.22 | - |
| YUV | 88.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 170 | 0 | 0.86 | 0.06 | 0.29 | 304.26 | 0.75 | 0.41 |
| Hex | B5 | 1A | AA | 0 | 56 | 6 | 1D | 130 | 4B | 29 |
| Octal | 265 | 32 | 252 | 0 | 126 | 6 | 35 | 460 | 113 | 51 |
| Binary | 10110101 | 11010 | 10101010 | 0 | 1010110 | 110 | 11101 | 100110000 | 1001011 | 101001 |
Color Harmonies of #B51AAA
Complementary color
Monochromatic Colors of #B51AAA
Black with #B51AAA
Text Example
Text Example
White with #B51AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51AAA; }
p { color: rgb(181,26,170); }
H1.HeaderClassName
{
color: #B51AAA;
}
.AnyTagClassName
{
color: #B51AAA;
}
</style>
background-color css
<style>
a { background-color: #B51AAA; }
a { background-color: rgb(181,26,170); }
div.DivClassName
{
background-color: #B51AAA;
}
.BgClassName
{
background-color: #B51AAA;
}
</style>
border-color css
<style>
span { border-color: #B51AAA; }
span { border-color: rgb(181,26,170); }
td.TdClassName
{
border-color: #B51AAA;
}
.TagClassName
{
border-color: #B51AAA;
}
</style>