Shades of Medium Violet Red #B50FA0
Tints of Medium Violet Red #B50FA0
RGB
CMYK
RGB Variations
Color information
#B50FA0 (or 0xB50FA0) is known color: Medium Violet Red. HEX triplet: B5, 0F and A0. RGB value is (181,15,160). Sum of RGB (Red+Green+Blue) = 181+15+160=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B50FA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50FA0 is #4AF05F. Grayscale: #505050. Windows color (decimal): -4911200 or 10489781. OLE color: 10489781.
HSL color Cylindrical-coordinate representation of color #B50FA0: hue angle of 307.59º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50FA0 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 160 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.29 |
| HSL | 307.59º | 0.85% | 0.38% | - |
| HSV(B) | 307.59º | 0.92% | 0.71% | - |
| XYZ | 25.57 | 12.7 | 34.36 | - |
| YUV | 81.16 | 172.5 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 160 | 0 | 0.92 | 0.12 | 0.29 | 307.59 | 0.85 | 0.38 |
| Hex | B5 | F | A0 | 0 | 5C | C | 1D | 134 | 55 | 26 |
| Octal | 265 | 17 | 240 | 0 | 134 | 14 | 35 | 464 | 125 | 46 |
| Binary | 10110101 | 1111 | 10100000 | 0 | 1011100 | 1100 | 11101 | 100110100 | 1010101 | 100110 |
Color Harmonies of #B50FA0
Complementary color
Monochromatic Colors of #B50FA0
Black with #B50FA0
Text Example
Text Example
White with #B50FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50FA0; }
p { color: rgb(181,15,160); }
H1.HeaderClassName
{
color: #B50FA0;
}
.AnyTagClassName
{
color: #B50FA0;
}
</style>
background-color css
<style>
a { background-color: #B50FA0; }
a { background-color: rgb(181,15,160); }
div.DivClassName
{
background-color: #B50FA0;
}
.BgClassName
{
background-color: #B50FA0;
}
</style>
border-color css
<style>
span { border-color: #B50FA0; }
span { border-color: rgb(181,15,160); }
td.TdClassName
{
border-color: #B50FA0;
}
.TagClassName
{
border-color: #B50FA0;
}
</style>