Shades of Medium Violet Red #BE06A0
Tints of Medium Violet Red #BE06A0
RGB
CMYK
RGB Variations
Color information
#BE06A0 (or 0xBE06A0) is known color: Medium Violet Red. HEX triplet: BE, 06 and A0. RGB value is (190,6,160). Sum of RGB (Red+Green+Blue) = 190+6+160=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE06A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE06A0 is #41F95F. Grayscale: #4E4E4E. Windows color (decimal): -4323680 or 10487486. OLE color: 10487486.
HSL color Cylindrical-coordinate representation of color #BE06A0: hue angle of 309.78º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE06A0 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 6 | 160 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.25 |
| HSL | 309.78º | 0.94% | 0.38% | - |
| HSV(B) | 309.78º | 0.97% | 0.75% | - |
| XYZ | 27.65 | 13.62 | 34.43 | - |
| YUV | 78.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 6 | 160 | 0 | 0.97 | 0.16 | 0.25 | 309.78 | 0.94 | 0.38 |
| Hex | BE | 6 | A0 | 0 | 61 | 10 | 19 | 136 | 5E | 26 |
| Octal | 276 | 6 | 240 | 0 | 141 | 20 | 31 | 466 | 136 | 46 |
| Binary | 10111110 | 110 | 10100000 | 0 | 1100001 | 10000 | 11001 | 100110110 | 1011110 | 100110 |
Color Harmonies of #BE06A0
Complementary color
Monochromatic Colors of #BE06A0
Black with #BE06A0
Text Example
Text Example
White with #BE06A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE06A0; }
p { color: rgb(190,6,160); }
H1.HeaderClassName
{
color: #BE06A0;
}
.AnyTagClassName
{
color: #BE06A0;
}
</style>
background-color css
<style>
a { background-color: #BE06A0; }
a { background-color: rgb(190,6,160); }
div.DivClassName
{
background-color: #BE06A0;
}
.BgClassName
{
background-color: #BE06A0;
}
</style>
border-color css
<style>
span { border-color: #BE06A0; }
span { border-color: rgb(190,6,160); }
td.TdClassName
{
border-color: #BE06A0;
}
.TagClassName
{
border-color: #BE06A0;
}
</style>