Shades of Medium Violet Red #B81B7A
Tints of Medium Violet Red #B81B7A
RGB
CMYK
RGB Variations
Color information
#B81B7A (or 0xB81B7A) is known color: Medium Violet Red. HEX triplet: B8, 1B and 7A. RGB value is (184,27,122). Sum of RGB (Red+Green+Blue) = 184+27+122=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81B7A is #47E485. Grayscale: #545454. Windows color (decimal): -4711558 or 8002488. OLE color: 8002488.
HSL color Cylindrical-coordinate representation of color #B81B7A: hue angle of 323.69º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81B7A is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 122 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.28 |
| HSL | 323.69º | 0.74% | 0.41% | - |
| HSV(B) | 323.69º | 0.85% | 0.72% | - |
| XYZ | 23.67 | 12.38 | 19.55 | - |
| YUV | 84.77 | 149.01 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 122 | 0 | 0.85 | 0.34 | 0.28 | 323.69 | 0.74 | 0.41 |
| Hex | B8 | 1B | 7A | 0 | 55 | 22 | 1C | 144 | 4A | 29 |
| Octal | 270 | 33 | 172 | 0 | 125 | 42 | 34 | 504 | 112 | 51 |
| Binary | 10111000 | 11011 | 1111010 | 0 | 1010101 | 100010 | 11100 | 101000100 | 1001010 | 101001 |
Color Harmonies of #B81B7A
Complementary color
Monochromatic Colors of #B81B7A
Black with #B81B7A
Text Example
Text Example
White with #B81B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B7A; }
p { color: rgb(184,27,122); }
H1.HeaderClassName
{
color: #B81B7A;
}
.AnyTagClassName
{
color: #B81B7A;
}
</style>
background-color css
<style>
a { background-color: #B81B7A; }
a { background-color: rgb(184,27,122); }
div.DivClassName
{
background-color: #B81B7A;
}
.BgClassName
{
background-color: #B81B7A;
}
</style>
border-color css
<style>
span { border-color: #B81B7A; }
span { border-color: rgb(184,27,122); }
td.TdClassName
{
border-color: #B81B7A;
}
.TagClassName
{
border-color: #B81B7A;
}
</style>