Shades of Medium Violet Red #B512A0
Tints of Medium Violet Red #B512A0
RGB
CMYK
RGB Variations
Color information
#B512A0 (or 0xB512A0) is known color: Medium Violet Red. HEX triplet: B5, 12 and A0. RGB value is (181,18,160). Sum of RGB (Red+Green+Blue) = 181+18+160=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B512A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B512A0 is #4AED5F. Grayscale: #525252. Windows color (decimal): -4910432 or 10490549. OLE color: 10490549.
HSL color Cylindrical-coordinate representation of color #B512A0: hue angle of 307.73º 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 #B512A0 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 160 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.29 |
| HSL | 307.73º | 0.82% | 0.39% | - |
| HSV(B) | 307.73º | 0.9% | 0.71% | - |
| XYZ | 25.62 | 12.79 | 34.38 | - |
| YUV | 82.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 160 | 0 | 0.90 | 0.12 | 0.29 | 307.73 | 0.82 | 0.39 |
| Hex | B5 | 12 | A0 | 0 | 5A | C | 1D | 134 | 52 | 27 |
| Octal | 265 | 22 | 240 | 0 | 132 | 14 | 35 | 464 | 122 | 47 |
| Binary | 10110101 | 10010 | 10100000 | 0 | 1011010 | 1100 | 11101 | 100110100 | 1010010 | 100111 |
Color Harmonies of #B512A0
Complementary color
Monochromatic Colors of #B512A0
Black with #B512A0
Text Example
Text Example
White with #B512A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512A0; }
p { color: rgb(181,18,160); }
H1.HeaderClassName
{
color: #B512A0;
}
.AnyTagClassName
{
color: #B512A0;
}
</style>
background-color css
<style>
a { background-color: #B512A0; }
a { background-color: rgb(181,18,160); }
div.DivClassName
{
background-color: #B512A0;
}
.BgClassName
{
background-color: #B512A0;
}
</style>
border-color css
<style>
span { border-color: #B512A0; }
span { border-color: rgb(181,18,160); }
td.TdClassName
{
border-color: #B512A0;
}
.TagClassName
{
border-color: #B512A0;
}
</style>