Shades of Medium Red Violet #B5289C
Tints of Medium Red Violet #B5289C
RGB
CMYK
RGB Variations
Color information
#B5289C (or 0xB5289C) is known color: Medium Red Violet. HEX triplet: B5, 28 and 9C. RGB value is (181,40,156). Sum of RGB (Red+Green+Blue) = 181+40+156=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5289C is #4AD763. Grayscale: #5F5F5F. Windows color (decimal): -4904804 or 10234037. OLE color: 10234037.
HSL color Cylindrical-coordinate representation of color #B5289C: hue angle of 310.64º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5289C is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 156 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.29 |
| HSL | 310.64º | 0.64% | 0.43% | - |
| HSV(B) | 310.64º | 0.78% | 0.71% | - |
| XYZ | 25.82 | 13.74 | 32.74 | - |
| YUV | 95.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 156 | 0 | 0.78 | 0.14 | 0.29 | 310.64 | 0.64 | 0.43 |
| Hex | B5 | 28 | 9C | 0 | 4E | E | 1D | 137 | 40 | 2B |
| Octal | 265 | 50 | 234 | 0 | 116 | 16 | 35 | 467 | 100 | 53 |
| Binary | 10110101 | 101000 | 10011100 | 0 | 1001110 | 1110 | 11101 | 100110111 | 1000000 | 101011 |
Color Harmonies of #B5289C
Complementary color
Monochromatic Colors of #B5289C
Black with #B5289C
Text Example
Text Example
White with #B5289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5289C; }
p { color: rgb(181,40,156); }
H1.HeaderClassName
{
color: #B5289C;
}
.AnyTagClassName
{
color: #B5289C;
}
</style>
background-color css
<style>
a { background-color: #B5289C; }
a { background-color: rgb(181,40,156); }
div.DivClassName
{
background-color: #B5289C;
}
.BgClassName
{
background-color: #B5289C;
}
</style>
border-color css
<style>
span { border-color: #B5289C; }
span { border-color: rgb(181,40,156); }
td.TdClassName
{
border-color: #B5289C;
}
.TagClassName
{
border-color: #B5289C;
}
</style>