Shades of Medium Violet Red #B010A0
Tints of Medium Violet Red #B010A0
RGB
CMYK
RGB Variations
Color information
#B010A0 (or 0xB010A0) is known color: Medium Violet Red. HEX triplet: B0, 10 and A0. RGB value is (176,16,160). Sum of RGB (Red+Green+Blue) = 176+16+160=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B010A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B010A0 is #4FEF5F. Grayscale: #4F4F4F. Windows color (decimal): -5238624 or 10490032. OLE color: 10490032.
HSL color Cylindrical-coordinate representation of color #B010A0: hue angle of 306º 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 #B010A0 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 160 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.31 |
| HSL | 306º | 0.83% | 0.38% | - |
| HSV(B) | 306º | 0.91% | 0.69% | - |
| XYZ | 24.43 | 12.14 | 34.31 | - |
| YUV | 80.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 160 | 0 | 0.91 | 0.09 | 0.31 | 306 | 0.83 | 0.38 |
| Hex | B0 | 10 | A0 | 0 | 5B | 9 | 1F | 132 | 53 | 26 |
| Octal | 260 | 20 | 240 | 0 | 133 | 11 | 37 | 462 | 123 | 46 |
| Binary | 10110000 | 10000 | 10100000 | 0 | 1011011 | 1001 | 11111 | 100110010 | 1010011 | 100110 |
Color Harmonies of #B010A0
Complementary color
Monochromatic Colors of #B010A0
Black with #B010A0
Text Example
Text Example
White with #B010A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010A0; }
p { color: rgb(176,16,160); }
H1.HeaderClassName
{
color: #B010A0;
}
.AnyTagClassName
{
color: #B010A0;
}
</style>
background-color css
<style>
a { background-color: #B010A0; }
a { background-color: rgb(176,16,160); }
div.DivClassName
{
background-color: #B010A0;
}
.BgClassName
{
background-color: #B010A0;
}
</style>
border-color css
<style>
span { border-color: #B010A0; }
span { border-color: rgb(176,16,160); }
td.TdClassName
{
border-color: #B010A0;
}
.TagClassName
{
border-color: #B010A0;
}
</style>