Shades of Medium Violet Red #B5208F
Tints of Medium Violet Red #B5208F
RGB
CMYK
RGB Variations
Color information
#B5208F (or 0xB5208F) is known color: Medium Violet Red. HEX triplet: B5, 20 and 8F. RGB value is (181,32,143). Sum of RGB (Red+Green+Blue) = 181+32+143=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5208F is #4ADF70. Grayscale: #585858. Windows color (decimal): -4906865 or 9380021. OLE color: 9380021.
HSL color Cylindrical-coordinate representation of color #B5208F: hue angle of 315.3º 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 #B5208F is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 143 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.29 |
| HSL | 315.3º | 0.7% | 0.42% | - |
| HSV(B) | 315.3º | 0.82% | 0.71% | - |
| XYZ | 24.53 | 12.84 | 27.17 | - |
| YUV | 89.21 | 158.36 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 143 | 0 | 0.82 | 0.21 | 0.29 | 315.3 | 0.7 | 0.42 |
| Hex | B5 | 20 | 8F | 0 | 52 | 15 | 1D | 13B | 46 | 2A |
| Octal | 265 | 40 | 217 | 0 | 122 | 25 | 35 | 473 | 106 | 52 |
| Binary | 10110101 | 100000 | 10001111 | 0 | 1010010 | 10101 | 11101 | 100111011 | 1000110 | 101010 |
Color Harmonies of #B5208F
Complementary color
Monochromatic Colors of #B5208F
Black with #B5208F
Text Example
Text Example
White with #B5208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5208F; }
p { color: rgb(181,32,143); }
H1.HeaderClassName
{
color: #B5208F;
}
.AnyTagClassName
{
color: #B5208F;
}
</style>
background-color css
<style>
a { background-color: #B5208F; }
a { background-color: rgb(181,32,143); }
div.DivClassName
{
background-color: #B5208F;
}
.BgClassName
{
background-color: #B5208F;
}
</style>
border-color css
<style>
span { border-color: #B5208F; }
span { border-color: rgb(181,32,143); }
td.TdClassName
{
border-color: #B5208F;
}
.TagClassName
{
border-color: #B5208F;
}
</style>