Shades of Medium Violet Red #B010A1
Tints of Medium Violet Red #B010A1
RGB
CMYK
RGB Variations
Color information
#B010A1 (or 0xB010A1) is known color: Medium Violet Red. HEX triplet: B0, 10 and A1. RGB value is (176,16,161). Sum of RGB (Red+Green+Blue) = 176+16+161=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B010A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B010A1 is #4FEF5E. Grayscale: #4F4F4F. Windows color (decimal): -5238623 or 10555568. OLE color: 10555568.
HSL color Cylindrical-coordinate representation of color #B010A1: hue angle of 305.62º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B010A1 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 161 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.31 |
| HSL | 305.63º | 0.83% | 0.38% | - |
| HSV(B) | 305.63º | 0.91% | 0.69% | - |
| XYZ | 24.52 | 12.17 | 34.78 | - |
| YUV | 80.37 | 173.51 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 161 | 0 | 0.91 | 0.09 | 0.31 | 305.63 | 0.83 | 0.38 |
| Hex | B0 | 10 | A1 | 0 | 5B | 9 | 1F | 132 | 53 | 26 |
| Octal | 260 | 20 | 241 | 0 | 133 | 11 | 37 | 462 | 123 | 46 |
| Binary | 10110000 | 10000 | 10100001 | 0 | 1011011 | 1001 | 11111 | 100110010 | 1010011 | 100110 |
Color Harmonies of #B010A1
Complementary color
Monochromatic Colors of #B010A1
Black with #B010A1
Text Example
Text Example
White with #B010A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010A1; }
p { color: rgb(176,16,161); }
H1.HeaderClassName
{
color: #B010A1;
}
.AnyTagClassName
{
color: #B010A1;
}
</style>
background-color css
<style>
a { background-color: #B010A1; }
a { background-color: rgb(176,16,161); }
div.DivClassName
{
background-color: #B010A1;
}
.BgClassName
{
background-color: #B010A1;
}
</style>
border-color css
<style>
span { border-color: #B010A1; }
span { border-color: rgb(176,16,161); }
td.TdClassName
{
border-color: #B010A1;
}
.TagClassName
{
border-color: #B010A1;
}
</style>