Shades of Medium Orchid #BE77D5
Tints of Medium Orchid #BE77D5
RGB
CMYK
RGB Variations
Color information
#BE77D5 (or 0xBE77D5) is known color: Medium Orchid. HEX triplet: BE, 77 and D5. RGB value is (190,119,213). Sum of RGB (Red+Green+Blue) = 190+119+213=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE77D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77D5 is #41882A. Grayscale: #969696. Windows color (decimal): -4294699 or 13989822. OLE color: 13989822.
HSL color Cylindrical-coordinate representation of color #BE77D5: hue angle of 285.32º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE77D5 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 119 | 213 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.16 |
| HSL | 285.32º | 0.53% | 0.65% | - |
| HSV(B) | 285.32º | 0.44% | 0.84% | - |
| XYZ | 39.84 | 28.94 | 66.44 | - |
| YUV | 150.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 213 | 0.11 | 0.44 | 0 | 0.16 | 285.32 | 0.53 | 0.65 |
| Hex | BE | 77 | D5 | B | 2C | 0 | 10 | 11D | 35 | 41 |
| Octal | 276 | 167 | 325 | 13 | 54 | 0 | 20 | 435 | 65 | 101 |
| Binary | 10111110 | 1110111 | 11010101 | 1011 | 101100 | 0 | 10000 | 100011101 | 110101 | 1000001 |
Color Harmonies of #BE77D5
Complementary color
Monochromatic Colors of #BE77D5
Black with #BE77D5
Text Example
Text Example
White with #BE77D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77D5; }
p { color: rgb(190,119,213); }
H1.HeaderClassName
{
color: #BE77D5;
}
.AnyTagClassName
{
color: #BE77D5;
}
</style>
background-color css
<style>
a { background-color: #BE77D5; }
a { background-color: rgb(190,119,213); }
div.DivClassName
{
background-color: #BE77D5;
}
.BgClassName
{
background-color: #BE77D5;
}
</style>
border-color css
<style>
span { border-color: #BE77D5; }
span { border-color: rgb(190,119,213); }
td.TdClassName
{
border-color: #BE77D5;
}
.TagClassName
{
border-color: #BE77D5;
}
</style>