Shades of Medium Violet Red #BE08A0
Tints of Medium Violet Red #BE08A0
RGB
CMYK
RGB Variations
Color information
#BE08A0 (or 0xBE08A0) is known color: Medium Violet Red. HEX triplet: BE, 08 and A0. RGB value is (190,8,160). Sum of RGB (Red+Green+Blue) = 190+8+160=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE08A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE08A0 is #41F75F. Grayscale: #4F4F4F. Windows color (decimal): -4323168 or 10487998. OLE color: 10487998.
HSL color Cylindrical-coordinate representation of color #BE08A0: hue angle of 309.89º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE08A0 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 8 | 160 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.25 |
| HSL | 309.89º | 0.92% | 0.39% | - |
| HSV(B) | 309.89º | 0.96% | 0.75% | - |
| XYZ | 27.67 | 13.66 | 34.44 | - |
| YUV | 79.75 | 173.3 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 160 | 0 | 0.96 | 0.16 | 0.25 | 309.89 | 0.92 | 0.39 |
| Hex | BE | 8 | A0 | 0 | 60 | 10 | 19 | 136 | 5C | 27 |
| Octal | 276 | 10 | 240 | 0 | 140 | 20 | 31 | 466 | 134 | 47 |
| Binary | 10111110 | 1000 | 10100000 | 0 | 1100000 | 10000 | 11001 | 100110110 | 1011100 | 100111 |
Color Harmonies of #BE08A0
Complementary color
Monochromatic Colors of #BE08A0
Black with #BE08A0
Text Example
Text Example
White with #BE08A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE08A0; }
p { color: rgb(190,8,160); }
H1.HeaderClassName
{
color: #BE08A0;
}
.AnyTagClassName
{
color: #BE08A0;
}
</style>
background-color css
<style>
a { background-color: #BE08A0; }
a { background-color: rgb(190,8,160); }
div.DivClassName
{
background-color: #BE08A0;
}
.BgClassName
{
background-color: #BE08A0;
}
</style>
border-color css
<style>
span { border-color: #BE08A0; }
span { border-color: rgb(190,8,160); }
td.TdClassName
{
border-color: #BE08A0;
}
.TagClassName
{
border-color: #BE08A0;
}
</style>