Shades of Medium Red Violet #B5217B
Tints of Medium Red Violet #B5217B
RGB
CMYK
RGB Variations
Color information
#B5217B (or 0xB5217B) is known color: Medium Red Violet. HEX triplet: B5, 21 and 7B. RGB value is (181,33,123). Sum of RGB (Red+Green+Blue) = 181+33+123=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B5217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5217B is #4ADE84. Grayscale: #575757. Windows color (decimal): -4906629 or 8069557. OLE color: 8069557.
HSL color Cylindrical-coordinate representation of color #B5217B: hue angle of 323.51º 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 #B5217B is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 123 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.29 |
| HSL | 323.51º | 0.69% | 0.42% | - |
| HSV(B) | 323.51º | 0.82% | 0.71% | - |
| XYZ | 23.18 | 12.34 | 19.9 | - |
| YUV | 87.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 123 | 0 | 0.82 | 0.32 | 0.29 | 323.51 | 0.69 | 0.42 |
| Hex | B5 | 21 | 7B | 0 | 52 | 20 | 1D | 144 | 45 | 2A |
| Octal | 265 | 41 | 173 | 0 | 122 | 40 | 35 | 504 | 105 | 52 |
| Binary | 10110101 | 100001 | 1111011 | 0 | 1010010 | 100000 | 11101 | 101000100 | 1000101 | 101010 |
Color Harmonies of #B5217B
Complementary color
Monochromatic Colors of #B5217B
Black with #B5217B
Text Example
Text Example
White with #B5217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5217B; }
p { color: rgb(181,33,123); }
H1.HeaderClassName
{
color: #B5217B;
}
.AnyTagClassName
{
color: #B5217B;
}
</style>
background-color css
<style>
a { background-color: #B5217B; }
a { background-color: rgb(181,33,123); }
div.DivClassName
{
background-color: #B5217B;
}
.BgClassName
{
background-color: #B5217B;
}
</style>
border-color css
<style>
span { border-color: #B5217B; }
span { border-color: rgb(181,33,123); }
td.TdClassName
{
border-color: #B5217B;
}
.TagClassName
{
border-color: #B5217B;
}
</style>