Shades of Medium Violet Red #B814A1
Tints of Medium Violet Red #B814A1
RGB
CMYK
RGB Variations
Color information
#B814A1 (or 0xB814A1) is known color: Medium Violet Red. HEX triplet: B8, 14 and A1. RGB value is (184,20,161). Sum of RGB (Red+Green+Blue) = 184+20+161=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B814A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B814A1 is #47EB5E. Grayscale: #545454. Windows color (decimal): -4713311 or 10556600. OLE color: 10556600.
HSL color Cylindrical-coordinate representation of color #B814A1: hue angle of 308.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 #B814A1 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 161 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.28 |
| HSL | 308.41º | 0.8% | 0.4% | - |
| HSV(B) | 308.41º | 0.89% | 0.72% | - |
| XYZ | 26.45 | 13.26 | 34.88 | - |
| YUV | 85.11 | 170.83 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 161 | 0 | 0.89 | 0.12 | 0.28 | 308.41 | 0.8 | 0.4 |
| Hex | B8 | 14 | A1 | 0 | 59 | C | 1C | 134 | 50 | 28 |
| Octal | 270 | 24 | 241 | 0 | 131 | 14 | 34 | 464 | 120 | 50 |
| Binary | 10111000 | 10100 | 10100001 | 0 | 1011001 | 1100 | 11100 | 100110100 | 1010000 | 101000 |
Color Harmonies of #B814A1
Complementary color
Monochromatic Colors of #B814A1
Black with #B814A1
Text Example
Text Example
White with #B814A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B814A1; }
p { color: rgb(184,20,161); }
H1.HeaderClassName
{
color: #B814A1;
}
.AnyTagClassName
{
color: #B814A1;
}
</style>
background-color css
<style>
a { background-color: #B814A1; }
a { background-color: rgb(184,20,161); }
div.DivClassName
{
background-color: #B814A1;
}
.BgClassName
{
background-color: #B814A1;
}
</style>
border-color css
<style>
span { border-color: #B814A1; }
span { border-color: rgb(184,20,161); }
td.TdClassName
{
border-color: #B814A1;
}
.TagClassName
{
border-color: #B814A1;
}
</style>