Shades of Medium Red Violet #B5206F
Tints of Medium Red Violet #B5206F
RGB
CMYK
RGB Variations
Color information
#B5206F (or 0xB5206F) is known color: Medium Red Violet. HEX triplet: B5, 20 and 6F. RGB value is (181,32,111). Sum of RGB (Red+Green+Blue) = 181+32+111=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5206F is #4ADF90. Grayscale: #555555. Windows color (decimal): -4906897 or 7282869. OLE color: 7282869.
HSL color Cylindrical-coordinate representation of color #B5206F: hue angle of 328.19º 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 #B5206F is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 111 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.29 |
| HSL | 328.19º | 0.7% | 0.42% | - |
| HSV(B) | 328.19º | 0.82% | 0.71% | - |
| XYZ | 22.44 | 12 | 16.17 | - |
| YUV | 85.56 | 142.36 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 111 | 0 | 0.82 | 0.39 | 0.29 | 328.19 | 0.7 | 0.42 |
| Hex | B5 | 20 | 6F | 0 | 52 | 27 | 1D | 148 | 46 | 2A |
| Octal | 265 | 40 | 157 | 0 | 122 | 47 | 35 | 510 | 106 | 52 |
| Binary | 10110101 | 100000 | 1101111 | 0 | 1010010 | 100111 | 11101 | 101001000 | 1000110 | 101010 |
Color Harmonies of #B5206F
Complementary color
Monochromatic Colors of #B5206F
Black with #B5206F
Text Example
Text Example
White with #B5206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5206F; }
p { color: rgb(181,32,111); }
H1.HeaderClassName
{
color: #B5206F;
}
.AnyTagClassName
{
color: #B5206F;
}
</style>
background-color css
<style>
a { background-color: #B5206F; }
a { background-color: rgb(181,32,111); }
div.DivClassName
{
background-color: #B5206F;
}
.BgClassName
{
background-color: #B5206F;
}
</style>
border-color css
<style>
span { border-color: #B5206F; }
span { border-color: rgb(181,32,111); }
td.TdClassName
{
border-color: #B5206F;
}
.TagClassName
{
border-color: #B5206F;
}
</style>