Shades of Medium Orchid #BE76E5
Tints of Medium Orchid #BE76E5
RGB
CMYK
RGB Variations
Color information
#BE76E5 (or 0xBE76E5) is known color: Medium Orchid. HEX triplet: BE, 76 and E5. RGB value is (190,118,229). Sum of RGB (Red+Green+Blue) = 190+118+229=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE76E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76E5 is #41891A. Grayscale: #979797. Windows color (decimal): -4294939 or 15038142. OLE color: 15038142.
HSL color Cylindrical-coordinate representation of color #BE76E5: hue angle of 278.92º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE76E5 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 118 | 229 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.10 |
| HSL | 278.92º | 0.68% | 0.68% | - |
| HSV(B) | 278.92º | 0.48% | 0.9% | - |
| XYZ | 41.86 | 29.56 | 77.63 | - |
| YUV | 152.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 229 | 0.17 | 0.48 | 0 | 0.10 | 278.92 | 0.68 | 0.68 |
| Hex | BE | 76 | E5 | 11 | 30 | 0 | A | 117 | 44 | 44 |
| Octal | 276 | 166 | 345 | 21 | 60 | 0 | 12 | 427 | 104 | 104 |
| Binary | 10111110 | 1110110 | 11100101 | 10001 | 110000 | 0 | 1010 | 100010111 | 1000100 | 1000100 |
Color Harmonies of #BE76E5
Complementary color
Monochromatic Colors of #BE76E5
Black with #BE76E5
Text Example
Text Example
White with #BE76E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76E5; }
p { color: rgb(190,118,229); }
H1.HeaderClassName
{
color: #BE76E5;
}
.AnyTagClassName
{
color: #BE76E5;
}
</style>
background-color css
<style>
a { background-color: #BE76E5; }
a { background-color: rgb(190,118,229); }
div.DivClassName
{
background-color: #BE76E5;
}
.BgClassName
{
background-color: #BE76E5;
}
</style>
border-color css
<style>
span { border-color: #BE76E5; }
span { border-color: rgb(190,118,229); }
td.TdClassName
{
border-color: #BE76E5;
}
.TagClassName
{
border-color: #BE76E5;
}
</style>