Shades of Medium Red Violet #B5207C
Tints of Medium Red Violet #B5207C
RGB
CMYK
RGB Variations
Color information
#B5207C (or 0xB5207C) is known color: Medium Red Violet. HEX triplet: B5, 20 and 7C. RGB value is (181,32,124). Sum of RGB (Red+Green+Blue) = 181+32+124=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B5207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5207C is #4ADF83. Grayscale: #565656. Windows color (decimal): -4906884 or 8134837. OLE color: 8134837.
HSL color Cylindrical-coordinate representation of color #B5207C: hue angle of 322.95º 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 #B5207C is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 124 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.29 |
| HSL | 322.95º | 0.7% | 0.42% | - |
| HSV(B) | 322.95º | 0.82% | 0.71% | - |
| XYZ | 23.21 | 12.31 | 20.22 | - |
| YUV | 87.04 | 148.86 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 124 | 0 | 0.82 | 0.31 | 0.29 | 322.95 | 0.7 | 0.42 |
| Hex | B5 | 20 | 7C | 0 | 52 | 1F | 1D | 143 | 46 | 2A |
| Octal | 265 | 40 | 174 | 0 | 122 | 37 | 35 | 503 | 106 | 52 |
| Binary | 10110101 | 100000 | 1111100 | 0 | 1010010 | 11111 | 11101 | 101000011 | 1000110 | 101010 |
Color Harmonies of #B5207C
Complementary color
Monochromatic Colors of #B5207C
Black with #B5207C
Text Example
Text Example
White with #B5207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5207C; }
p { color: rgb(181,32,124); }
H1.HeaderClassName
{
color: #B5207C;
}
.AnyTagClassName
{
color: #B5207C;
}
</style>
background-color css
<style>
a { background-color: #B5207C; }
a { background-color: rgb(181,32,124); }
div.DivClassName
{
background-color: #B5207C;
}
.BgClassName
{
background-color: #B5207C;
}
</style>
border-color css
<style>
span { border-color: #B5207C; }
span { border-color: rgb(181,32,124); }
td.TdClassName
{
border-color: #B5207C;
}
.TagClassName
{
border-color: #B5207C;
}
</style>