Shades of Medium Violet Red #B81A7B
Tints of Medium Violet Red #B81A7B
RGB
CMYK
RGB Variations
Color information
#B81A7B (or 0xB81A7B) is known color: Medium Violet Red. HEX triplet: B8, 1A and 7B. RGB value is (184,26,123). Sum of RGB (Red+Green+Blue) = 184+26+123=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81A7B is #47E584. Grayscale: #545454. Windows color (decimal): -4711813 or 8067768. OLE color: 8067768.
HSL color Cylindrical-coordinate representation of color #B81A7B: hue angle of 323.16º 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 #B81A7B is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 123 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.28 |
| HSL | 323.16º | 0.75% | 0.41% | - |
| HSV(B) | 323.16º | 0.86% | 0.72% | - |
| XYZ | 23.71 | 12.36 | 19.87 | - |
| YUV | 84.3 | 149.85 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 123 | 0 | 0.86 | 0.33 | 0.28 | 323.16 | 0.75 | 0.41 |
| Hex | B8 | 1A | 7B | 0 | 56 | 21 | 1C | 143 | 4B | 29 |
| Octal | 270 | 32 | 173 | 0 | 126 | 41 | 34 | 503 | 113 | 51 |
| Binary | 10111000 | 11010 | 1111011 | 0 | 1010110 | 100001 | 11100 | 101000011 | 1001011 | 101001 |
Color Harmonies of #B81A7B
Complementary color
Monochromatic Colors of #B81A7B
Black with #B81A7B
Text Example
Text Example
White with #B81A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81A7B; }
p { color: rgb(184,26,123); }
H1.HeaderClassName
{
color: #B81A7B;
}
.AnyTagClassName
{
color: #B81A7B;
}
</style>
background-color css
<style>
a { background-color: #B81A7B; }
a { background-color: rgb(184,26,123); }
div.DivClassName
{
background-color: #B81A7B;
}
.BgClassName
{
background-color: #B81A7B;
}
</style>
border-color css
<style>
span { border-color: #B81A7B; }
span { border-color: rgb(184,26,123); }
td.TdClassName
{
border-color: #B81A7B;
}
.TagClassName
{
border-color: #B81A7B;
}
</style>