Shades of Medium Violet Red #B50F9C
Tints of Medium Violet Red #B50F9C
RGB
CMYK
RGB Variations
Color information
#B50F9C (or 0xB50F9C) is known color: Medium Violet Red. HEX triplet: B5, 0F and 9C. RGB value is (181,15,156). Sum of RGB (Red+Green+Blue) = 181+15+156=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50F9C is #4AF063. Grayscale: #505050. Windows color (decimal): -4911204 or 10227637. OLE color: 10227637.
HSL color Cylindrical-coordinate representation of color #B50F9C: hue angle of 309.04º 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 #B50F9C is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 156 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.29 |
| HSL | 309.04º | 0.85% | 0.38% | - |
| HSV(B) | 309.04º | 0.92% | 0.71% | - |
| XYZ | 25.23 | 12.57 | 32.55 | - |
| YUV | 80.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 156 | 0 | 0.92 | 0.14 | 0.29 | 309.04 | 0.85 | 0.38 |
| Hex | B5 | F | 9C | 0 | 5C | E | 1D | 135 | 55 | 26 |
| Octal | 265 | 17 | 234 | 0 | 134 | 16 | 35 | 465 | 125 | 46 |
| Binary | 10110101 | 1111 | 10011100 | 0 | 1011100 | 1110 | 11101 | 100110101 | 1010101 | 100110 |
Color Harmonies of #B50F9C
Complementary color
Monochromatic Colors of #B50F9C
Black with #B50F9C
Text Example
Text Example
White with #B50F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50F9C; }
p { color: rgb(181,15,156); }
H1.HeaderClassName
{
color: #B50F9C;
}
.AnyTagClassName
{
color: #B50F9C;
}
</style>
background-color css
<style>
a { background-color: #B50F9C; }
a { background-color: rgb(181,15,156); }
div.DivClassName
{
background-color: #B50F9C;
}
.BgClassName
{
background-color: #B50F9C;
}
</style>
border-color css
<style>
span { border-color: #B50F9C; }
span { border-color: rgb(181,15,156); }
td.TdClassName
{
border-color: #B50F9C;
}
.TagClassName
{
border-color: #B50F9C;
}
</style>