Shades of Medium Violet Red #B51A8D
Tints of Medium Violet Red #B51A8D
RGB
CMYK
RGB Variations
Color information
#B51A8D (or 0xB51A8D) is known color: Medium Violet Red. HEX triplet: B5, 1A and 8D. RGB value is (181,26,141). Sum of RGB (Red+Green+Blue) = 181+26+141=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51A8D is #4AE572. Grayscale: #555555. Windows color (decimal): -4908403 or 9247413. OLE color: 9247413.
HSL color Cylindrical-coordinate representation of color #B51A8D: hue angle of 315.48º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51A8D is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 26 | 141 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.29 |
| HSL | 315.48º | 0.75% | 0.41% | - |
| HSV(B) | 315.48º | 0.86% | 0.71% | - |
| XYZ | 24.23 | 12.49 | 26.33 | - |
| YUV | 85.46 | 159.35 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 141 | 0 | 0.86 | 0.22 | 0.29 | 315.48 | 0.75 | 0.41 |
| Hex | B5 | 1A | 8D | 0 | 56 | 16 | 1D | 13B | 4B | 29 |
| Octal | 265 | 32 | 215 | 0 | 126 | 26 | 35 | 473 | 113 | 51 |
| Binary | 10110101 | 11010 | 10001101 | 0 | 1010110 | 10110 | 11101 | 100111011 | 1001011 | 101001 |
Color Harmonies of #B51A8D
Complementary color
Monochromatic Colors of #B51A8D
Black with #B51A8D
Text Example
Text Example
White with #B51A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51A8D; }
p { color: rgb(181,26,141); }
H1.HeaderClassName
{
color: #B51A8D;
}
.AnyTagClassName
{
color: #B51A8D;
}
</style>
background-color css
<style>
a { background-color: #B51A8D; }
a { background-color: rgb(181,26,141); }
div.DivClassName
{
background-color: #B51A8D;
}
.BgClassName
{
background-color: #B51A8D;
}
</style>
border-color css
<style>
span { border-color: #B51A8D; }
span { border-color: rgb(181,26,141); }
td.TdClassName
{
border-color: #B51A8D;
}
.TagClassName
{
border-color: #B51A8D;
}
</style>