Shades of Medium Violet Red #B50094
Tints of Medium Violet Red #B50094
RGB
CMYK
RGB Variations
Color information
#B50094 (or 0xB50094) is known color: Medium Violet Red. HEX triplet: B5, 00 and 94. RGB value is (181,0,148). Sum of RGB (Red+Green+Blue) = 181+0+148=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B50094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50094 is #4AFF6B. Grayscale: #464646. Windows color (decimal): -4915052 or 9699509. OLE color: 9699509.
HSL color Cylindrical-coordinate representation of color #B50094: hue angle of 310.94º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50094 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.18 | 0.29 |
| HSL | 310.94º | 1% | 0.35% | - |
| HSV(B) | 310.94º | 1% | 0.71% | - |
| XYZ | 24.4 | 11.96 | 29.04 | - |
| YUV | 70.99 | 171.47 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 148 | 0 | 1 | 0.18 | 0.29 | 310.94 | 1 | 0.35 |
| Hex | B5 | 0 | 94 | 0 | 64 | 12 | 1D | 137 | 64 | 23 |
| Octal | 265 | 0 | 224 | 0 | 144 | 22 | 35 | 467 | 144 | 43 |
| Binary | 10110101 | 0 | 10010100 | 0 | 1100100 | 10010 | 11101 | 100110111 | 1100100 | 100011 |
Color Harmonies of #B50094
Complementary color
Monochromatic Colors of #B50094
Black with #B50094
Text Example
Text Example
White with #B50094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50094; }
p { color: rgb(181,0,148); }
H1.HeaderClassName
{
color: #B50094;
}
.AnyTagClassName
{
color: #B50094;
}
</style>
background-color css
<style>
a { background-color: #B50094; }
a { background-color: rgb(181,0,148); }
div.DivClassName
{
background-color: #B50094;
}
.BgClassName
{
background-color: #B50094;
}
</style>
border-color css
<style>
span { border-color: #B50094; }
span { border-color: rgb(181,0,148); }
td.TdClassName
{
border-color: #B50094;
}
.TagClassName
{
border-color: #B50094;
}
</style>