Shades of Medium Red Violet #B5278C
Tints of Medium Red Violet #B5278C
RGB
CMYK
RGB Variations
Color information
#B5278C (or 0xB5278C) is known color: Medium Red Violet. HEX triplet: B5, 27 and 8C. RGB value is (181,39,140). Sum of RGB (Red+Green+Blue) = 181+39+140=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5278C is #4AD873. Grayscale: #5C5C5C. Windows color (decimal): -4905076 or 9185205. OLE color: 9185205.
HSL color Cylindrical-coordinate representation of color #B5278C: hue angle of 317.32º degrees, saturation: 0.65, 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 #B5278C is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 140 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.29 |
| HSL | 317.32º | 0.65% | 0.43% | - |
| HSV(B) | 317.32º | 0.78% | 0.71% | - |
| XYZ | 24.52 | 13.17 | 26.06 | - |
| YUV | 92.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 140 | 0 | 0.78 | 0.23 | 0.29 | 317.32 | 0.65 | 0.43 |
| Hex | B5 | 27 | 8C | 0 | 4E | 17 | 1D | 13D | 41 | 2B |
| Octal | 265 | 47 | 214 | 0 | 116 | 27 | 35 | 475 | 101 | 53 |
| Binary | 10110101 | 100111 | 10001100 | 0 | 1001110 | 10111 | 11101 | 100111101 | 1000001 | 101011 |
Color Harmonies of #B5278C
Complementary color
Monochromatic Colors of #B5278C
Black with #B5278C
Text Example
Text Example
White with #B5278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5278C; }
p { color: rgb(181,39,140); }
H1.HeaderClassName
{
color: #B5278C;
}
.AnyTagClassName
{
color: #B5278C;
}
</style>
background-color css
<style>
a { background-color: #B5278C; }
a { background-color: rgb(181,39,140); }
div.DivClassName
{
background-color: #B5278C;
}
.BgClassName
{
background-color: #B5278C;
}
</style>
border-color css
<style>
span { border-color: #B5278C; }
span { border-color: rgb(181,39,140); }
td.TdClassName
{
border-color: #B5278C;
}
.TagClassName
{
border-color: #B5278C;
}
</style>