Shades of Medium Violet Red #B814A0
Tints of Medium Violet Red #B814A0
RGB
CMYK
RGB Variations
Color information
#B814A0 (or 0xB814A0) is known color: Medium Violet Red. HEX triplet: B8, 14 and A0. RGB value is (184,20,160). Sum of RGB (Red+Green+Blue) = 184+20+160=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B814A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B814A0 is #47EB5F. Grayscale: #545454. Windows color (decimal): -4713312 or 10491064. OLE color: 10491064.
HSL color Cylindrical-coordinate representation of color #B814A0: hue angle of 308.78º 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 #B814A0 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 160 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.28 |
| HSL | 308.78º | 0.8% | 0.4% | - |
| HSV(B) | 308.78º | 0.89% | 0.72% | - |
| XYZ | 26.36 | 13.23 | 34.42 | - |
| YUV | 85 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 160 | 0 | 0.89 | 0.13 | 0.28 | 308.78 | 0.8 | 0.4 |
| Hex | B8 | 14 | A0 | 0 | 59 | D | 1C | 135 | 50 | 28 |
| Octal | 270 | 24 | 240 | 0 | 131 | 15 | 34 | 465 | 120 | 50 |
| Binary | 10111000 | 10100 | 10100000 | 0 | 1011001 | 1101 | 11100 | 100110101 | 1010000 | 101000 |
Color Harmonies of #B814A0
Complementary color
Monochromatic Colors of #B814A0
Black with #B814A0
Text Example
Text Example
White with #B814A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B814A0; }
p { color: rgb(184,20,160); }
H1.HeaderClassName
{
color: #B814A0;
}
.AnyTagClassName
{
color: #B814A0;
}
</style>
background-color css
<style>
a { background-color: #B814A0; }
a { background-color: rgb(184,20,160); }
div.DivClassName
{
background-color: #B814A0;
}
.BgClassName
{
background-color: #B814A0;
}
</style>
border-color css
<style>
span { border-color: #B814A0; }
span { border-color: rgb(184,20,160); }
td.TdClassName
{
border-color: #B814A0;
}
.TagClassName
{
border-color: #B814A0;
}
</style>