Shades of Medium Violet Red #B81478
Tints of Medium Violet Red #B81478
RGB
CMYK
RGB Variations
Color information
#B81478 (or 0xB81478) is known color: Medium Violet Red. HEX triplet: B8, 14 and 78. RGB value is (184,20,120). Sum of RGB (Red+Green+Blue) = 184+20+120=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B81478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81478 is #47EB87. Grayscale: #505050. Windows color (decimal): -4713352 or 7869624. OLE color: 7869624.
HSL color Cylindrical-coordinate representation of color #B81478: hue angle of 323.41º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81478 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 120 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.28 |
| HSL | 323.41º | 0.8% | 0.4% | - |
| HSV(B) | 323.41º | 0.89% | 0.72% | - |
| XYZ | 23.41 | 12.05 | 18.86 | - |
| YUV | 80.44 | 150.33 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 120 | 0 | 0.89 | 0.35 | 0.28 | 323.41 | 0.8 | 0.4 |
| Hex | B8 | 14 | 78 | 0 | 59 | 23 | 1C | 143 | 50 | 28 |
| Octal | 270 | 24 | 170 | 0 | 131 | 43 | 34 | 503 | 120 | 50 |
| Binary | 10111000 | 10100 | 1111000 | 0 | 1011001 | 100011 | 11100 | 101000011 | 1010000 | 101000 |
Color Harmonies of #B81478
Complementary color
Monochromatic Colors of #B81478
Black with #B81478
Text Example
Text Example
White with #B81478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81478; }
p { color: rgb(184,20,120); }
H1.HeaderClassName
{
color: #B81478;
}
.AnyTagClassName
{
color: #B81478;
}
</style>
background-color css
<style>
a { background-color: #B81478; }
a { background-color: rgb(184,20,120); }
div.DivClassName
{
background-color: #B81478;
}
.BgClassName
{
background-color: #B81478;
}
</style>
border-color css
<style>
span { border-color: #B81478; }
span { border-color: rgb(184,20,120); }
td.TdClassName
{
border-color: #B81478;
}
.TagClassName
{
border-color: #B81478;
}
</style>