Shades of Medium Red Violet #B5217A
Tints of Medium Red Violet #B5217A
RGB
CMYK
RGB Variations
Color information
#B5217A (or 0xB5217A) is known color: Medium Red Violet. HEX triplet: B5, 21 and 7A. RGB value is (181,33,122). Sum of RGB (Red+Green+Blue) = 181+33+122=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B5217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5217A is #4ADE85. Grayscale: #575757. Windows color (decimal): -4906630 or 8004021. OLE color: 8004021.
HSL color Cylindrical-coordinate representation of color #B5217A: hue angle of 323.92º degrees, saturation: 0.69, 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 #B5217A is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 122 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.29 |
| HSL | 323.92º | 0.69% | 0.42% | - |
| HSV(B) | 323.92º | 0.82% | 0.71% | - |
| XYZ | 23.11 | 12.32 | 19.57 | - |
| YUV | 87.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 122 | 0 | 0.82 | 0.33 | 0.29 | 323.92 | 0.69 | 0.42 |
| Hex | B5 | 21 | 7A | 0 | 52 | 21 | 1D | 144 | 45 | 2A |
| Octal | 265 | 41 | 172 | 0 | 122 | 41 | 35 | 504 | 105 | 52 |
| Binary | 10110101 | 100001 | 1111010 | 0 | 1010010 | 100001 | 11101 | 101000100 | 1000101 | 101010 |
Color Harmonies of #B5217A
Complementary color
Monochromatic Colors of #B5217A
Black with #B5217A
Text Example
Text Example
White with #B5217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5217A; }
p { color: rgb(181,33,122); }
H1.HeaderClassName
{
color: #B5217A;
}
.AnyTagClassName
{
color: #B5217A;
}
</style>
background-color css
<style>
a { background-color: #B5217A; }
a { background-color: rgb(181,33,122); }
div.DivClassName
{
background-color: #B5217A;
}
.BgClassName
{
background-color: #B5217A;
}
</style>
border-color css
<style>
span { border-color: #B5217A; }
span { border-color: rgb(181,33,122); }
td.TdClassName
{
border-color: #B5217A;
}
.TagClassName
{
border-color: #B5217A;
}
</style>