Shades of Medium Violet Red #B81A7E
Tints of Medium Violet Red #B81A7E
RGB
CMYK
RGB Variations
Color information
#B81A7E (or 0xB81A7E) is known color: Medium Violet Red. HEX triplet: B8, 1A and 7E. RGB value is (184,26,126). Sum of RGB (Red+Green+Blue) = 184+26+126=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81A7E is #47E581. Grayscale: #545454. Windows color (decimal): -4711810 or 8264376. OLE color: 8264376.
HSL color Cylindrical-coordinate representation of color #B81A7E: hue angle of 322.03º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81A7E is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 126 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.28 |
| HSL | 322.03º | 0.75% | 0.41% | - |
| HSV(B) | 322.03º | 0.86% | 0.72% | - |
| XYZ | 23.9 | 12.44 | 20.88 | - |
| YUV | 84.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 126 | 0 | 0.86 | 0.32 | 0.28 | 322.03 | 0.75 | 0.41 |
| Hex | B8 | 1A | 7E | 0 | 56 | 20 | 1C | 142 | 4B | 29 |
| Octal | 270 | 32 | 176 | 0 | 126 | 40 | 34 | 502 | 113 | 51 |
| Binary | 10111000 | 11010 | 1111110 | 0 | 1010110 | 100000 | 11100 | 101000010 | 1001011 | 101001 |
Color Harmonies of #B81A7E
Complementary color
Monochromatic Colors of #B81A7E
Black with #B81A7E
Text Example
Text Example
White with #B81A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81A7E; }
p { color: rgb(184,26,126); }
H1.HeaderClassName
{
color: #B81A7E;
}
.AnyTagClassName
{
color: #B81A7E;
}
</style>
background-color css
<style>
a { background-color: #B81A7E; }
a { background-color: rgb(184,26,126); }
div.DivClassName
{
background-color: #B81A7E;
}
.BgClassName
{
background-color: #B81A7E;
}
</style>
border-color css
<style>
span { border-color: #B81A7E; }
span { border-color: rgb(184,26,126); }
td.TdClassName
{
border-color: #B81A7E;
}
.TagClassName
{
border-color: #B81A7E;
}
</style>