Shades of Medium Violet Red #B5008C
Tints of Medium Violet Red #B5008C
RGB
CMYK
RGB Variations
Color information
#B5008C (or 0xB5008C) is known color: Medium Violet Red. HEX triplet: B5, 00 and 8C. RGB value is (181,0,140). Sum of RGB (Red+Green+Blue) = 181+0+140=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B5008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5008C is #4AFF73. Grayscale: #454545. Windows color (decimal): -4915060 or 9175221. OLE color: 9175221.
HSL color Cylindrical-coordinate representation of color #B5008C: hue angle of 313.59º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5008C is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.23 | 0.29 |
| HSL | 313.59º | 1% | 0.35% | - |
| HSV(B) | 313.59º | 1% | 0.71% | - |
| XYZ | 23.79 | 11.72 | 25.82 | - |
| YUV | 70.08 | 167.47 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 140 | 0 | 1 | 0.23 | 0.29 | 313.59 | 1 | 0.35 |
| Hex | B5 | 0 | 8C | 0 | 64 | 17 | 1D | 13A | 64 | 23 |
| Octal | 265 | 0 | 214 | 0 | 144 | 27 | 35 | 472 | 144 | 43 |
| Binary | 10110101 | 0 | 10001100 | 0 | 1100100 | 10111 | 11101 | 100111010 | 1100100 | 100011 |
Color Harmonies of #B5008C
Complementary color
Monochromatic Colors of #B5008C
Black with #B5008C
Text Example
Text Example
White with #B5008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5008C; }
p { color: rgb(181,0,140); }
H1.HeaderClassName
{
color: #B5008C;
}
.AnyTagClassName
{
color: #B5008C;
}
</style>
background-color css
<style>
a { background-color: #B5008C; }
a { background-color: rgb(181,0,140); }
div.DivClassName
{
background-color: #B5008C;
}
.BgClassName
{
background-color: #B5008C;
}
</style>
border-color css
<style>
span { border-color: #B5008C; }
span { border-color: rgb(181,0,140); }
td.TdClassName
{
border-color: #B5008C;
}
.TagClassName
{
border-color: #B5008C;
}
</style>