Shades of Medium Violet Red #B5018D
Tints of Medium Violet Red #B5018D
RGB
CMYK
RGB Variations
Color information
#B5018D (or 0xB5018D) is known color: Medium Violet Red. HEX triplet: B5, 01 and 8D. RGB value is (181,1,141). Sum of RGB (Red+Green+Blue) = 181+1+141=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5018D is #4AFE72. Grayscale: #464646. Windows color (decimal): -4914803 or 9241013. OLE color: 9241013.
HSL color Cylindrical-coordinate representation of color #B5018D: hue angle of 313.33º degrees, saturation: 0.99, 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 #B5018D is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.29 |
| HSL | 313.33º | 0.99% | 0.36% | - |
| HSV(B) | 313.33º | 0.99% | 0.71% | - |
| XYZ | 23.87 | 11.77 | 26.21 | - |
| YUV | 70.78 | 167.63 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 141 | 0 | 0.99 | 0.22 | 0.29 | 313.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 8D | 0 | 63 | 16 | 1D | 139 | 63 | 24 |
| Octal | 265 | 1 | 215 | 0 | 143 | 26 | 35 | 471 | 143 | 44 |
| Binary | 10110101 | 1 | 10001101 | 0 | 1100011 | 10110 | 11101 | 100111001 | 1100011 | 100100 |
Color Harmonies of #B5018D
Complementary color
Monochromatic Colors of #B5018D
Black with #B5018D
Text Example
Text Example
White with #B5018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5018D; }
p { color: rgb(181,1,141); }
H1.HeaderClassName
{
color: #B5018D;
}
.AnyTagClassName
{
color: #B5018D;
}
</style>
background-color css
<style>
a { background-color: #B5018D; }
a { background-color: rgb(181,1,141); }
div.DivClassName
{
background-color: #B5018D;
}
.BgClassName
{
background-color: #B5018D;
}
</style>
border-color css
<style>
span { border-color: #B5018D; }
span { border-color: rgb(181,1,141); }
td.TdClassName
{
border-color: #B5018D;
}
.TagClassName
{
border-color: #B5018D;
}
</style>