Shades of Medium Violet Red #B51EA6
Tints of Medium Violet Red #B51EA6
RGB
CMYK
RGB Variations
Color information
#B51EA6 (or 0xB51EA6) is known color: Medium Violet Red. HEX triplet: B5, 1E and A6. RGB value is (181,30,166). Sum of RGB (Red+Green+Blue) = 181+30+166=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B51EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51EA6 is #4AE159. Grayscale: #5A5A5A. Windows color (decimal): -4907354 or 10886837. OLE color: 10886837.
HSL color Cylindrical-coordinate representation of color #B51EA6: hue angle of 305.96º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51EA6 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 30 | 166 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.29 |
| HSL | 305.96º | 0.72% | 0.41% | - |
| HSV(B) | 305.96º | 0.83% | 0.71% | - |
| XYZ | 26.4 | 13.51 | 37.29 | - |
| YUV | 90.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 30 | 166 | 0 | 0.83 | 0.08 | 0.29 | 305.96 | 0.72 | 0.41 |
| Hex | B5 | 1E | A6 | 0 | 53 | 8 | 1D | 132 | 48 | 29 |
| Octal | 265 | 36 | 246 | 0 | 123 | 10 | 35 | 462 | 110 | 51 |
| Binary | 10110101 | 11110 | 10100110 | 0 | 1010011 | 1000 | 11101 | 100110010 | 1001000 | 101001 |
Color Harmonies of #B51EA6
Complementary color
Monochromatic Colors of #B51EA6
Black with #B51EA6
Text Example
Text Example
White with #B51EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51EA6; }
p { color: rgb(181,30,166); }
H1.HeaderClassName
{
color: #B51EA6;
}
.AnyTagClassName
{
color: #B51EA6;
}
</style>
background-color css
<style>
a { background-color: #B51EA6; }
a { background-color: rgb(181,30,166); }
div.DivClassName
{
background-color: #B51EA6;
}
.BgClassName
{
background-color: #B51EA6;
}
</style>
border-color css
<style>
span { border-color: #B51EA6; }
span { border-color: rgb(181,30,166); }
td.TdClassName
{
border-color: #B51EA6;
}
.TagClassName
{
border-color: #B51EA6;
}
</style>