Shades of Medium Violet Red #B5209E
Tints of Medium Violet Red #B5209E
RGB
CMYK
RGB Variations
Color information
#B5209E (or 0xB5209E) is known color: Medium Violet Red. HEX triplet: B5, 20 and 9E. RGB value is (181,32,158). Sum of RGB (Red+Green+Blue) = 181+32+158=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5209E is #4ADF61. Grayscale: #5A5A5A. Windows color (decimal): -4906850 or 10363061. OLE color: 10363061.
HSL color Cylindrical-coordinate representation of color #B5209E: hue angle of 309.26º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5209E is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 158 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.29 |
| HSL | 309.26º | 0.7% | 0.42% | - |
| HSV(B) | 309.26º | 0.82% | 0.71% | - |
| XYZ | 25.74 | 13.33 | 33.56 | - |
| YUV | 90.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 158 | 0 | 0.82 | 0.13 | 0.29 | 309.26 | 0.7 | 0.42 |
| Hex | B5 | 20 | 9E | 0 | 52 | D | 1D | 135 | 46 | 2A |
| Octal | 265 | 40 | 236 | 0 | 122 | 15 | 35 | 465 | 106 | 52 |
| Binary | 10110101 | 100000 | 10011110 | 0 | 1010010 | 1101 | 11101 | 100110101 | 1000110 | 101010 |
Color Harmonies of #B5209E
Complementary color
Monochromatic Colors of #B5209E
Black with #B5209E
Text Example
Text Example
White with #B5209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5209E; }
p { color: rgb(181,32,158); }
H1.HeaderClassName
{
color: #B5209E;
}
.AnyTagClassName
{
color: #B5209E;
}
</style>
background-color css
<style>
a { background-color: #B5209E; }
a { background-color: rgb(181,32,158); }
div.DivClassName
{
background-color: #B5209E;
}
.BgClassName
{
background-color: #B5209E;
}
</style>
border-color css
<style>
span { border-color: #B5209E; }
span { border-color: rgb(181,32,158); }
td.TdClassName
{
border-color: #B5209E;
}
.TagClassName
{
border-color: #B5209E;
}
</style>