Shades of Medium Red Violet #B5207A
Tints of Medium Red Violet #B5207A
RGB
CMYK
RGB Variations
Color information
#B5207A (or 0xB5207A) is known color: Medium Red Violet. HEX triplet: B5, 20 and 7A. RGB value is (181,32,122). Sum of RGB (Red+Green+Blue) = 181+32+122=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B5207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5207A is #4ADF85. Grayscale: #565656. Windows color (decimal): -4906886 or 8003765. OLE color: 8003765.
HSL color Cylindrical-coordinate representation of color #B5207A: hue angle of 323.76º 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 #B5207A is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 122 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.29 |
| HSL | 323.76º | 0.7% | 0.42% | - |
| HSV(B) | 323.76º | 0.82% | 0.71% | - |
| XYZ | 23.09 | 12.26 | 19.56 | - |
| YUV | 86.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 122 | 0 | 0.82 | 0.33 | 0.29 | 323.76 | 0.7 | 0.42 |
| Hex | B5 | 20 | 7A | 0 | 52 | 21 | 1D | 144 | 46 | 2A |
| Octal | 265 | 40 | 172 | 0 | 122 | 41 | 35 | 504 | 106 | 52 |
| Binary | 10110101 | 100000 | 1111010 | 0 | 1010010 | 100001 | 11101 | 101000100 | 1000110 | 101010 |
Color Harmonies of #B5207A
Complementary color
Monochromatic Colors of #B5207A
Black with #B5207A
Text Example
Text Example
White with #B5207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5207A; }
p { color: rgb(181,32,122); }
H1.HeaderClassName
{
color: #B5207A;
}
.AnyTagClassName
{
color: #B5207A;
}
</style>
background-color css
<style>
a { background-color: #B5207A; }
a { background-color: rgb(181,32,122); }
div.DivClassName
{
background-color: #B5207A;
}
.BgClassName
{
background-color: #B5207A;
}
</style>
border-color css
<style>
span { border-color: #B5207A; }
span { border-color: rgb(181,32,122); }
td.TdClassName
{
border-color: #B5207A;
}
.TagClassName
{
border-color: #B5207A;
}
</style>