Shades of Medium Red Violet #B5208A
Tints of Medium Red Violet #B5208A
RGB
CMYK
RGB Variations
Color information
#B5208A (or 0xB5208A) is known color: Medium Red Violet. HEX triplet: B5, 20 and 8A. RGB value is (181,32,138). Sum of RGB (Red+Green+Blue) = 181+32+138=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B5208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5208A is #4ADF75. Grayscale: #585858. Windows color (decimal): -4906870 or 9052341. OLE color: 9052341.
HSL color Cylindrical-coordinate representation of color #B5208A: hue angle of 317.32º 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 #B5208A is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 138 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.29 |
| HSL | 317.32º | 0.7% | 0.42% | - |
| HSV(B) | 317.32º | 0.82% | 0.71% | - |
| XYZ | 24.16 | 12.69 | 25.22 | - |
| YUV | 88.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 138 | 0 | 0.82 | 0.24 | 0.29 | 317.32 | 0.7 | 0.42 |
| Hex | B5 | 20 | 8A | 0 | 52 | 18 | 1D | 13D | 46 | 2A |
| Octal | 265 | 40 | 212 | 0 | 122 | 30 | 35 | 475 | 106 | 52 |
| Binary | 10110101 | 100000 | 10001010 | 0 | 1010010 | 11000 | 11101 | 100111101 | 1000110 | 101010 |
Color Harmonies of #B5208A
Complementary color
Monochromatic Colors of #B5208A
Black with #B5208A
Text Example
Text Example
White with #B5208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5208A; }
p { color: rgb(181,32,138); }
H1.HeaderClassName
{
color: #B5208A;
}
.AnyTagClassName
{
color: #B5208A;
}
</style>
background-color css
<style>
a { background-color: #B5208A; }
a { background-color: rgb(181,32,138); }
div.DivClassName
{
background-color: #B5208A;
}
.BgClassName
{
background-color: #B5208A;
}
</style>
border-color css
<style>
span { border-color: #B5208A; }
span { border-color: rgb(181,32,138); }
td.TdClassName
{
border-color: #B5208A;
}
.TagClassName
{
border-color: #B5208A;
}
</style>