Shades of Medium Violet Red #B518A8
Tints of Medium Violet Red #B518A8
RGB
CMYK
RGB Variations
Color information
#B518A8 (or 0xB518A8) is known color: Medium Violet Red. HEX triplet: B5, 18 and A8. RGB value is (181,24,168). Sum of RGB (Red+Green+Blue) = 181+24+168=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B518A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B518A8 is #4AE757. Grayscale: #565656. Windows color (decimal): -4908888 or 11016373. OLE color: 11016373.
HSL color Cylindrical-coordinate representation of color #B518A8: hue angle of 304.97º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B518A8 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 168 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.29 |
| HSL | 304.97º | 0.77% | 0.4% | - |
| HSV(B) | 304.97º | 0.87% | 0.71% | - |
| XYZ | 26.45 | 13.3 | 38.22 | - |
| YUV | 87.36 | 173.51 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 168 | 0 | 0.87 | 0.07 | 0.29 | 304.97 | 0.77 | 0.4 |
| Hex | B5 | 18 | A8 | 0 | 57 | 7 | 1D | 131 | 4D | 28 |
| Octal | 265 | 30 | 250 | 0 | 127 | 7 | 35 | 461 | 115 | 50 |
| Binary | 10110101 | 11000 | 10101000 | 0 | 1010111 | 111 | 11101 | 100110001 | 1001101 | 101000 |
Color Harmonies of #B518A8
Complementary color
Monochromatic Colors of #B518A8
Black with #B518A8
Text Example
Text Example
White with #B518A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B518A8; }
p { color: rgb(181,24,168); }
H1.HeaderClassName
{
color: #B518A8;
}
.AnyTagClassName
{
color: #B518A8;
}
</style>
background-color css
<style>
a { background-color: #B518A8; }
a { background-color: rgb(181,24,168); }
div.DivClassName
{
background-color: #B518A8;
}
.BgClassName
{
background-color: #B518A8;
}
</style>
border-color css
<style>
span { border-color: #B518A8; }
span { border-color: rgb(181,24,168); }
td.TdClassName
{
border-color: #B518A8;
}
.TagClassName
{
border-color: #B518A8;
}
</style>