Shades of Medium Violet Red #B5028C
Tints of Medium Violet Red #B5028C
RGB
CMYK
RGB Variations
Color information
#B5028C (or 0xB5028C) is known color: Medium Violet Red. HEX triplet: B5, 02 and 8C. RGB value is (181,2,140). Sum of RGB (Red+Green+Blue) = 181+2+140=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5028C is #4AFD73. Grayscale: #464646. Windows color (decimal): -4914548 or 9175733. OLE color: 9175733.
HSL color Cylindrical-coordinate representation of color #B5028C: hue angle of 313.74º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5028C is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.29 |
| HSL | 313.74º | 0.98% | 0.36% | - |
| HSV(B) | 313.74º | 0.99% | 0.71% | - |
| XYZ | 23.81 | 11.76 | 25.83 | - |
| YUV | 71.25 | 166.8 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 140 | 0 | 0.99 | 0.23 | 0.29 | 313.74 | 0.98 | 0.36 |
| Hex | B5 | 2 | 8C | 0 | 63 | 17 | 1D | 13A | 62 | 24 |
| Octal | 265 | 2 | 214 | 0 | 143 | 27 | 35 | 472 | 142 | 44 |
| Binary | 10110101 | 10 | 10001100 | 0 | 1100011 | 10111 | 11101 | 100111010 | 1100010 | 100100 |
Color Harmonies of #B5028C
Complementary color
Monochromatic Colors of #B5028C
Black with #B5028C
Text Example
Text Example
White with #B5028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5028C; }
p { color: rgb(181,2,140); }
H1.HeaderClassName
{
color: #B5028C;
}
.AnyTagClassName
{
color: #B5028C;
}
</style>
background-color css
<style>
a { background-color: #B5028C; }
a { background-color: rgb(181,2,140); }
div.DivClassName
{
background-color: #B5028C;
}
.BgClassName
{
background-color: #B5028C;
}
</style>
border-color css
<style>
span { border-color: #B5028C; }
span { border-color: rgb(181,2,140); }
td.TdClassName
{
border-color: #B5028C;
}
.TagClassName
{
border-color: #B5028C;
}
</style>