Shades of Medium Violet Red #B50C9A
Tints of Medium Violet Red #B50C9A
RGB
CMYK
RGB Variations
Color information
#B50C9A (or 0xB50C9A) is known color: Medium Violet Red. HEX triplet: B5, 0C and 9A. RGB value is (181,12,154). Sum of RGB (Red+Green+Blue) = 181+12+154=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50C9A is #4AF365. Grayscale: #4E4E4E. Windows color (decimal): -4911974 or 10095797. OLE color: 10095797.
HSL color Cylindrical-coordinate representation of color #B50C9A: hue angle of 309.59º 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 #B50C9A is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 12 | 154 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.29 |
| HSL | 309.59º | 0.88% | 0.38% | - |
| HSV(B) | 309.59º | 0.93% | 0.71% | - |
| XYZ | 25.02 | 12.42 | 31.65 | - |
| YUV | 78.72 | 170.49 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 154 | 0 | 0.93 | 0.15 | 0.29 | 309.59 | 0.88 | 0.38 |
| Hex | B5 | C | 9A | 0 | 5D | F | 1D | 136 | 58 | 26 |
| Octal | 265 | 14 | 232 | 0 | 135 | 17 | 35 | 466 | 130 | 46 |
| Binary | 10110101 | 1100 | 10011010 | 0 | 1011101 | 1111 | 11101 | 100110110 | 1011000 | 100110 |
Color Harmonies of #B50C9A
Complementary color
Monochromatic Colors of #B50C9A
Black with #B50C9A
Text Example
Text Example
White with #B50C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50C9A; }
p { color: rgb(181,12,154); }
H1.HeaderClassName
{
color: #B50C9A;
}
.AnyTagClassName
{
color: #B50C9A;
}
</style>
background-color css
<style>
a { background-color: #B50C9A; }
a { background-color: rgb(181,12,154); }
div.DivClassName
{
background-color: #B50C9A;
}
.BgClassName
{
background-color: #B50C9A;
}
</style>
border-color css
<style>
span { border-color: #B50C9A; }
span { border-color: rgb(181,12,154); }
td.TdClassName
{
border-color: #B50C9A;
}
.TagClassName
{
border-color: #B50C9A;
}
</style>