Shades of Medium Violet Red #BE15A8
Tints of Medium Violet Red #BE15A8
RGB
CMYK
RGB Variations
Color information
#BE15A8 (or 0xBE15A8) is known color: Medium Violet Red. HEX triplet: BE, 15 and A8. RGB value is (190,21,168). Sum of RGB (Red+Green+Blue) = 190+21+168=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE15A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE15A8 is #41EA57. Grayscale: #575757. Windows color (decimal): -4319832 or 11015614. OLE color: 11015614.
HSL color Cylindrical-coordinate representation of color #BE15A8: hue angle of 307.81º degrees, saturation: 0.8, 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 #BE15A8 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 168 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.25 |
| HSL | 307.81º | 0.8% | 0.41% | - |
| HSV(B) | 307.81º | 0.89% | 0.75% | - |
| XYZ | 28.57 | 14.31 | 38.3 | - |
| YUV | 88.29 | 172.99 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 168 | 0 | 0.89 | 0.12 | 0.25 | 307.81 | 0.8 | 0.41 |
| Hex | BE | 15 | A8 | 0 | 59 | C | 19 | 134 | 50 | 29 |
| Octal | 276 | 25 | 250 | 0 | 131 | 14 | 31 | 464 | 120 | 51 |
| Binary | 10111110 | 10101 | 10101000 | 0 | 1011001 | 1100 | 11001 | 100110100 | 1010000 | 101001 |
Color Harmonies of #BE15A8
Complementary color
Monochromatic Colors of #BE15A8
Black with #BE15A8
Text Example
Text Example
White with #BE15A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE15A8; }
p { color: rgb(190,21,168); }
H1.HeaderClassName
{
color: #BE15A8;
}
.AnyTagClassName
{
color: #BE15A8;
}
</style>
background-color css
<style>
a { background-color: #BE15A8; }
a { background-color: rgb(190,21,168); }
div.DivClassName
{
background-color: #BE15A8;
}
.BgClassName
{
background-color: #BE15A8;
}
</style>
border-color css
<style>
span { border-color: #BE15A8; }
span { border-color: rgb(190,21,168); }
td.TdClassName
{
border-color: #BE15A8;
}
.TagClassName
{
border-color: #BE15A8;
}
</style>