Shades of Medium Red Violet #B5207B
Tints of Medium Red Violet #B5207B
RGB
CMYK
RGB Variations
Color information
#B5207B (or 0xB5207B) is known color: Medium Red Violet. HEX triplet: B5, 20 and 7B. RGB value is (181,32,123). Sum of RGB (Red+Green+Blue) = 181+32+123=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B5207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5207B is #4ADF84. Grayscale: #565656. Windows color (decimal): -4906885 or 8069301. OLE color: 8069301.
HSL color Cylindrical-coordinate representation of color #B5207B: hue angle of 323.36º 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 #B5207B is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 123 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.29 |
| HSL | 323.36º | 0.7% | 0.42% | - |
| HSV(B) | 323.36º | 0.82% | 0.71% | - |
| XYZ | 23.15 | 12.29 | 19.89 | - |
| YUV | 86.93 | 148.36 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 123 | 0 | 0.82 | 0.32 | 0.29 | 323.36 | 0.7 | 0.42 |
| Hex | B5 | 20 | 7B | 0 | 52 | 20 | 1D | 143 | 46 | 2A |
| Octal | 265 | 40 | 173 | 0 | 122 | 40 | 35 | 503 | 106 | 52 |
| Binary | 10110101 | 100000 | 1111011 | 0 | 1010010 | 100000 | 11101 | 101000011 | 1000110 | 101010 |
Color Harmonies of #B5207B
Complementary color
Monochromatic Colors of #B5207B
Black with #B5207B
Text Example
Text Example
White with #B5207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5207B; }
p { color: rgb(181,32,123); }
H1.HeaderClassName
{
color: #B5207B;
}
.AnyTagClassName
{
color: #B5207B;
}
</style>
background-color css
<style>
a { background-color: #B5207B; }
a { background-color: rgb(181,32,123); }
div.DivClassName
{
background-color: #B5207B;
}
.BgClassName
{
background-color: #B5207B;
}
</style>
border-color css
<style>
span { border-color: #B5207B; }
span { border-color: rgb(181,32,123); }
td.TdClassName
{
border-color: #B5207B;
}
.TagClassName
{
border-color: #B5207B;
}
</style>