Shades of Medium Violet Red #BE14A8
Tints of Medium Violet Red #BE14A8
RGB
CMYK
RGB Variations
Color information
#BE14A8 (or 0xBE14A8) is known color: Medium Violet Red. HEX triplet: BE, 14 and A8. RGB value is (190,20,168). Sum of RGB (Red+Green+Blue) = 190+20+168=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE14A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE14A8 is #41EB57. Grayscale: #575757. Windows color (decimal): -4320088 or 11015358. OLE color: 11015358.
HSL color Cylindrical-coordinate representation of color #BE14A8: hue angle of 307.76º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE14A8 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 168 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.25 |
| HSL | 307.76º | 0.81% | 0.41% | - |
| HSV(B) | 307.76º | 0.89% | 0.75% | - |
| XYZ | 28.55 | 14.27 | 38.3 | - |
| YUV | 87.7 | 173.32 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 168 | 0 | 0.89 | 0.12 | 0.25 | 307.76 | 0.81 | 0.41 |
| Hex | BE | 14 | A8 | 0 | 59 | C | 19 | 134 | 51 | 29 |
| Octal | 276 | 24 | 250 | 0 | 131 | 14 | 31 | 464 | 121 | 51 |
| Binary | 10111110 | 10100 | 10101000 | 0 | 1011001 | 1100 | 11001 | 100110100 | 1010001 | 101001 |
Color Harmonies of #BE14A8
Complementary color
Monochromatic Colors of #BE14A8
Black with #BE14A8
Text Example
Text Example
White with #BE14A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE14A8; }
p { color: rgb(190,20,168); }
H1.HeaderClassName
{
color: #BE14A8;
}
.AnyTagClassName
{
color: #BE14A8;
}
</style>
background-color css
<style>
a { background-color: #BE14A8; }
a { background-color: rgb(190,20,168); }
div.DivClassName
{
background-color: #BE14A8;
}
.BgClassName
{
background-color: #BE14A8;
}
</style>
border-color css
<style>
span { border-color: #BE14A8; }
span { border-color: rgb(190,20,168); }
td.TdClassName
{
border-color: #BE14A8;
}
.TagClassName
{
border-color: #BE14A8;
}
</style>