Shades of Medium Violet Red #B81474
Tints of Medium Violet Red #B81474
RGB
CMYK
RGB Variations
Color information
#B81474 (or 0xB81474) is known color: Medium Violet Red. HEX triplet: B8, 14 and 74. RGB value is (184,20,116). Sum of RGB (Red+Green+Blue) = 184+20+116=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B81474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81474 is #47EB8B. Grayscale: #4F4F4F. Windows color (decimal): -4713356 or 7607480. OLE color: 7607480.
HSL color Cylindrical-coordinate representation of color #B81474: hue angle of 324.88º 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 #B81474 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 116 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.28 |
| HSL | 324.88º | 0.8% | 0.4% | - |
| HSV(B) | 324.88º | 0.89% | 0.72% | - |
| XYZ | 23.17 | 11.95 | 17.61 | - |
| YUV | 79.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 116 | 0 | 0.89 | 0.37 | 0.28 | 324.88 | 0.8 | 0.4 |
| Hex | B8 | 14 | 74 | 0 | 59 | 25 | 1C | 145 | 50 | 28 |
| Octal | 270 | 24 | 164 | 0 | 131 | 45 | 34 | 505 | 120 | 50 |
| Binary | 10111000 | 10100 | 1110100 | 0 | 1011001 | 100101 | 11100 | 101000101 | 1010000 | 101000 |
Color Harmonies of #B81474
Complementary color
Monochromatic Colors of #B81474
Black with #B81474
Text Example
Text Example
White with #B81474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81474; }
p { color: rgb(184,20,116); }
H1.HeaderClassName
{
color: #B81474;
}
.AnyTagClassName
{
color: #B81474;
}
</style>
background-color css
<style>
a { background-color: #B81474; }
a { background-color: rgb(184,20,116); }
div.DivClassName
{
background-color: #B81474;
}
.BgClassName
{
background-color: #B81474;
}
</style>
border-color css
<style>
span { border-color: #B81474; }
span { border-color: rgb(184,20,116); }
td.TdClassName
{
border-color: #B81474;
}
.TagClassName
{
border-color: #B81474;
}
</style>