Shades of Medium Violet Red #B50C9E
Tints of Medium Violet Red #B50C9E
RGB
CMYK
RGB Variations
Color information
#B50C9E (or 0xB50C9E) is known color: Medium Violet Red. HEX triplet: B5, 0C and 9E. RGB value is (181,12,158). Sum of RGB (Red+Green+Blue) = 181+12+158=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50C9E is #4AF361. Grayscale: #4E4E4E. Windows color (decimal): -4911970 or 10357941. OLE color: 10357941.
HSL color Cylindrical-coordinate representation of color #B50C9E: hue angle of 308.17º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50C9E is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 12 | 158 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.29 |
| HSL | 308.17º | 0.88% | 0.38% | - |
| HSV(B) | 308.17º | 0.93% | 0.71% | - |
| XYZ | 25.36 | 12.56 | 33.43 | - |
| YUV | 79.18 | 172.49 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 158 | 0 | 0.93 | 0.13 | 0.29 | 308.17 | 0.88 | 0.38 |
| Hex | B5 | C | 9E | 0 | 5D | D | 1D | 134 | 58 | 26 |
| Octal | 265 | 14 | 236 | 0 | 135 | 15 | 35 | 464 | 130 | 46 |
| Binary | 10110101 | 1100 | 10011110 | 0 | 1011101 | 1101 | 11101 | 100110100 | 1011000 | 100110 |
Color Harmonies of #B50C9E
Complementary color
Monochromatic Colors of #B50C9E
Black with #B50C9E
Text Example
Text Example
White with #B50C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50C9E; }
p { color: rgb(181,12,158); }
H1.HeaderClassName
{
color: #B50C9E;
}
.AnyTagClassName
{
color: #B50C9E;
}
</style>
background-color css
<style>
a { background-color: #B50C9E; }
a { background-color: rgb(181,12,158); }
div.DivClassName
{
background-color: #B50C9E;
}
.BgClassName
{
background-color: #B50C9E;
}
</style>
border-color css
<style>
span { border-color: #B50C9E; }
span { border-color: rgb(181,12,158); }
td.TdClassName
{
border-color: #B50C9E;
}
.TagClassName
{
border-color: #B50C9E;
}
</style>