Shades of Medium Violet Red #B10AA3
Tints of Medium Violet Red #B10AA3
RGB
CMYK
RGB Variations
Color information
#B10AA3 (or 0xB10AA3) is known color: Medium Violet Red. HEX triplet: B1, 0A and A3. RGB value is (177,10,163). Sum of RGB (Red+Green+Blue) = 177+10+163=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B10AA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10AA3 is #4EF55C. Grayscale: #4C4C4C. Windows color (decimal): -5174621 or 10685105. OLE color: 10685105.
HSL color Cylindrical-coordinate representation of color #B10AA3: hue angle of 305.03º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10AA3 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 10 | 163 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.31 |
| HSL | 305.03º | 0.89% | 0.37% | - |
| HSV(B) | 305.03º | 0.94% | 0.69% | - |
| XYZ | 24.85 | 12.21 | 35.7 | - |
| YUV | 77.38 | 176.33 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 163 | 0 | 0.94 | 0.08 | 0.31 | 305.03 | 0.89 | 0.37 |
| Hex | B1 | A | A3 | 0 | 5E | 8 | 1F | 131 | 59 | 25 |
| Octal | 261 | 12 | 243 | 0 | 136 | 10 | 37 | 461 | 131 | 45 |
| Binary | 10110001 | 1010 | 10100011 | 0 | 1011110 | 1000 | 11111 | 100110001 | 1011001 | 100101 |
Color Harmonies of #B10AA3
Complementary color
Monochromatic Colors of #B10AA3
Black with #B10AA3
Text Example
Text Example
White with #B10AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10AA3; }
p { color: rgb(177,10,163); }
H1.HeaderClassName
{
color: #B10AA3;
}
.AnyTagClassName
{
color: #B10AA3;
}
</style>
background-color css
<style>
a { background-color: #B10AA3; }
a { background-color: rgb(177,10,163); }
div.DivClassName
{
background-color: #B10AA3;
}
.BgClassName
{
background-color: #B10AA3;
}
</style>
border-color css
<style>
span { border-color: #B10AA3; }
span { border-color: rgb(177,10,163); }
td.TdClassName
{
border-color: #B10AA3;
}
.TagClassName
{
border-color: #B10AA3;
}
</style>