Shades of Medium Violet Red #B5209C
Tints of Medium Violet Red #B5209C
RGB
CMYK
RGB Variations
Color information
#B5209C (or 0xB5209C) is known color: Medium Violet Red. HEX triplet: B5, 20 and 9C. RGB value is (181,32,156). Sum of RGB (Red+Green+Blue) = 181+32+156=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5209C is #4ADF63. Grayscale: #5A5A5A. Windows color (decimal): -4906852 or 10231989. OLE color: 10231989.
HSL color Cylindrical-coordinate representation of color #B5209C: hue angle of 310.07º 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 #B5209C is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 156 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.29 |
| HSL | 310.07º | 0.7% | 0.42% | - |
| HSV(B) | 310.07º | 0.82% | 0.71% | - |
| XYZ | 25.57 | 13.26 | 32.66 | - |
| YUV | 90.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 156 | 0 | 0.82 | 0.14 | 0.29 | 310.07 | 0.7 | 0.42 |
| Hex | B5 | 20 | 9C | 0 | 52 | E | 1D | 136 | 46 | 2A |
| Octal | 265 | 40 | 234 | 0 | 122 | 16 | 35 | 466 | 106 | 52 |
| Binary | 10110101 | 100000 | 10011100 | 0 | 1010010 | 1110 | 11101 | 100110110 | 1000110 | 101010 |
Color Harmonies of #B5209C
Complementary color
Monochromatic Colors of #B5209C
Black with #B5209C
Text Example
Text Example
White with #B5209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5209C; }
p { color: rgb(181,32,156); }
H1.HeaderClassName
{
color: #B5209C;
}
.AnyTagClassName
{
color: #B5209C;
}
</style>
background-color css
<style>
a { background-color: #B5209C; }
a { background-color: rgb(181,32,156); }
div.DivClassName
{
background-color: #B5209C;
}
.BgClassName
{
background-color: #B5209C;
}
</style>
border-color css
<style>
span { border-color: #B5209C; }
span { border-color: rgb(181,32,156); }
td.TdClassName
{
border-color: #B5209C;
}
.TagClassName
{
border-color: #B5209C;
}
</style>