Shades of Medium Orchid #BE77D1
Tints of Medium Orchid #BE77D1
RGB
CMYK
RGB Variations
Color information
#BE77D1 (or 0xBE77D1) is known color: Medium Orchid. HEX triplet: BE, 77 and D1. RGB value is (190,119,209). Sum of RGB (Red+Green+Blue) = 190+119+209=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE77D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77D1 is #41882E. Grayscale: #969696. Windows color (decimal): -4294703 or 13727678. OLE color: 13727678.
HSL color Cylindrical-coordinate representation of color #BE77D1: hue angle of 287.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE77D1 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 119 | 209 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.18 |
| HSL | 287.33º | 0.49% | 0.64% | - |
| HSV(B) | 287.33º | 0.43% | 0.82% | - |
| XYZ | 39.34 | 28.74 | 63.8 | - |
| YUV | 150.49 | 161.02 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 209 | 0.09 | 0.43 | 0 | 0.18 | 287.33 | 0.49 | 0.64 |
| Hex | BE | 77 | D1 | 9 | 2B | 0 | 12 | 11F | 31 | 40 |
| Octal | 276 | 167 | 321 | 11 | 53 | 0 | 22 | 437 | 61 | 100 |
| Binary | 10111110 | 1110111 | 11010001 | 1001 | 101011 | 0 | 10010 | 100011111 | 110001 | 1000000 |
Color Harmonies of #BE77D1
Complementary color
Monochromatic Colors of #BE77D1
Black with #BE77D1
Text Example
Text Example
White with #BE77D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77D1; }
p { color: rgb(190,119,209); }
H1.HeaderClassName
{
color: #BE77D1;
}
.AnyTagClassName
{
color: #BE77D1;
}
</style>
background-color css
<style>
a { background-color: #BE77D1; }
a { background-color: rgb(190,119,209); }
div.DivClassName
{
background-color: #BE77D1;
}
.BgClassName
{
background-color: #BE77D1;
}
</style>
border-color css
<style>
span { border-color: #BE77D1; }
span { border-color: rgb(190,119,209); }
td.TdClassName
{
border-color: #BE77D1;
}
.TagClassName
{
border-color: #BE77D1;
}
</style>