Shades of Medium Orchid #BE77DF
Tints of Medium Orchid #BE77DF
RGB
CMYK
RGB Variations
Color information
#BE77DF (or 0xBE77DF) is known color: Medium Orchid. HEX triplet: BE, 77 and DF. RGB value is (190,119,223). Sum of RGB (Red+Green+Blue) = 190+119+223=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77DF is #418820. Grayscale: #979797. Windows color (decimal): -4294689 or 14645182. OLE color: 14645182.
HSL color Cylindrical-coordinate representation of color #BE77DF: hue angle of 280.96º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE77DF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 119 | 223 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.13 |
| HSL | 280.96º | 0.62% | 0.67% | - |
| HSV(B) | 280.96º | 0.47% | 0.87% | - |
| XYZ | 41.15 | 29.47 | 73.33 | - |
| YUV | 152.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 223 | 0.15 | 0.47 | 0 | 0.13 | 280.96 | 0.62 | 0.67 |
| Hex | BE | 77 | DF | F | 2F | 0 | D | 119 | 3E | 43 |
| Octal | 276 | 167 | 337 | 17 | 57 | 0 | 15 | 431 | 76 | 103 |
| Binary | 10111110 | 1110111 | 11011111 | 1111 | 101111 | 0 | 1101 | 100011001 | 111110 | 1000011 |
Color Harmonies of #BE77DF
Complementary color
Monochromatic Colors of #BE77DF
Black with #BE77DF
Text Example
Text Example
White with #BE77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77DF; }
p { color: rgb(190,119,223); }
H1.HeaderClassName
{
color: #BE77DF;
}
.AnyTagClassName
{
color: #BE77DF;
}
</style>
background-color css
<style>
a { background-color: #BE77DF; }
a { background-color: rgb(190,119,223); }
div.DivClassName
{
background-color: #BE77DF;
}
.BgClassName
{
background-color: #BE77DF;
}
</style>
border-color css
<style>
span { border-color: #BE77DF; }
span { border-color: rgb(190,119,223); }
td.TdClassName
{
border-color: #BE77DF;
}
.TagClassName
{
border-color: #BE77DF;
}
</style>