Shades of Medium Violet Red #B512A1
Tints of Medium Violet Red #B512A1
RGB
CMYK
RGB Variations
Color information
#B512A1 (or 0xB512A1) is known color: Medium Violet Red. HEX triplet: B5, 12 and A1. RGB value is (181,18,161). Sum of RGB (Red+Green+Blue) = 181+18+161=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B512A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B512A1 is #4AED5E. Grayscale: #525252. Windows color (decimal): -4910431 or 10556085. OLE color: 10556085.
HSL color Cylindrical-coordinate representation of color #B512A1: hue angle of 307.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B512A1 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 161 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.29 |
| HSL | 307.36º | 0.82% | 0.39% | - |
| HSV(B) | 307.36º | 0.9% | 0.71% | - |
| XYZ | 25.71 | 12.83 | 34.84 | - |
| YUV | 83.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 161 | 0 | 0.90 | 0.11 | 0.29 | 307.36 | 0.82 | 0.39 |
| Hex | B5 | 12 | A1 | 0 | 5A | B | 1D | 133 | 52 | 27 |
| Octal | 265 | 22 | 241 | 0 | 132 | 13 | 35 | 463 | 122 | 47 |
| Binary | 10110101 | 10010 | 10100001 | 0 | 1011010 | 1011 | 11101 | 100110011 | 1010010 | 100111 |
Color Harmonies of #B512A1
Complementary color
Monochromatic Colors of #B512A1
Black with #B512A1
Text Example
Text Example
White with #B512A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512A1; }
p { color: rgb(181,18,161); }
H1.HeaderClassName
{
color: #B512A1;
}
.AnyTagClassName
{
color: #B512A1;
}
</style>
background-color css
<style>
a { background-color: #B512A1; }
a { background-color: rgb(181,18,161); }
div.DivClassName
{
background-color: #B512A1;
}
.BgClassName
{
background-color: #B512A1;
}
</style>
border-color css
<style>
span { border-color: #B512A1; }
span { border-color: rgb(181,18,161); }
td.TdClassName
{
border-color: #B512A1;
}
.TagClassName
{
border-color: #B512A1;
}
</style>