Shades of Medium Red Violet #B5219B
Tints of Medium Red Violet #B5219B
RGB
CMYK
RGB Variations
Color information
#B5219B (or 0xB5219B) is known color: Medium Red Violet. HEX triplet: B5, 21 and 9B. RGB value is (181,33,155). Sum of RGB (Red+Green+Blue) = 181+33+155=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5219B is #4ADE64. Grayscale: #5A5A5A. Windows color (decimal): -4906597 or 10166709. OLE color: 10166709.
HSL color Cylindrical-coordinate representation of color #B5219B: hue angle of 310.54º 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 #B5219B is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 155 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.29 |
| HSL | 310.54º | 0.69% | 0.42% | - |
| HSV(B) | 310.54º | 0.82% | 0.71% | - |
| XYZ | 25.52 | 13.28 | 32.23 | - |
| YUV | 91.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 155 | 0 | 0.82 | 0.14 | 0.29 | 310.54 | 0.69 | 0.42 |
| Hex | B5 | 21 | 9B | 0 | 52 | E | 1D | 137 | 45 | 2A |
| Octal | 265 | 41 | 233 | 0 | 122 | 16 | 35 | 467 | 105 | 52 |
| Binary | 10110101 | 100001 | 10011011 | 0 | 1010010 | 1110 | 11101 | 100110111 | 1000101 | 101010 |
Color Harmonies of #B5219B
Complementary color
Monochromatic Colors of #B5219B
Black with #B5219B
Text Example
Text Example
White with #B5219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5219B; }
p { color: rgb(181,33,155); }
H1.HeaderClassName
{
color: #B5219B;
}
.AnyTagClassName
{
color: #B5219B;
}
</style>
background-color css
<style>
a { background-color: #B5219B; }
a { background-color: rgb(181,33,155); }
div.DivClassName
{
background-color: #B5219B;
}
.BgClassName
{
background-color: #B5219B;
}
</style>
border-color css
<style>
span { border-color: #B5219B; }
span { border-color: rgb(181,33,155); }
td.TdClassName
{
border-color: #B5219B;
}
.TagClassName
{
border-color: #B5219B;
}
</style>