Shades of Medium Violet Red #B012A1
Tints of Medium Violet Red #B012A1
RGB
CMYK
RGB Variations
Color information
#B012A1 (or 0xB012A1) is known color: Medium Violet Red. HEX triplet: B0, 12 and A1. RGB value is (176,18,161). Sum of RGB (Red+Green+Blue) = 176+18+161=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B012A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B012A1 is #4FED5E. Grayscale: #515151. Windows color (decimal): -5238111 or 10556080. OLE color: 10556080.
HSL color Cylindrical-coordinate representation of color #B012A1: hue angle of 305.7º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B012A1 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 161 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.31 |
| HSL | 305.7º | 0.81% | 0.38% | - |
| HSV(B) | 305.7º | 0.9% | 0.69% | - |
| XYZ | 24.55 | 12.24 | 34.79 | - |
| YUV | 81.54 | 172.85 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 161 | 0 | 0.90 | 0.09 | 0.31 | 305.7 | 0.81 | 0.38 |
| Hex | B0 | 12 | A1 | 0 | 5A | 9 | 1F | 132 | 51 | 26 |
| Octal | 260 | 22 | 241 | 0 | 132 | 11 | 37 | 462 | 121 | 46 |
| Binary | 10110000 | 10010 | 10100001 | 0 | 1011010 | 1001 | 11111 | 100110010 | 1010001 | 100110 |
Color Harmonies of #B012A1
Complementary color
Monochromatic Colors of #B012A1
Black with #B012A1
Text Example
Text Example
White with #B012A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012A1; }
p { color: rgb(176,18,161); }
H1.HeaderClassName
{
color: #B012A1;
}
.AnyTagClassName
{
color: #B012A1;
}
</style>
background-color css
<style>
a { background-color: #B012A1; }
a { background-color: rgb(176,18,161); }
div.DivClassName
{
background-color: #B012A1;
}
.BgClassName
{
background-color: #B012A1;
}
</style>
border-color css
<style>
span { border-color: #B012A1; }
span { border-color: rgb(176,18,161); }
td.TdClassName
{
border-color: #B012A1;
}
.TagClassName
{
border-color: #B012A1;
}
</style>