Shades of Medium Orchid #BE77DB
Tints of Medium Orchid #BE77DB
RGB
CMYK
RGB Variations
Color information
#BE77DB (or 0xBE77DB) is known color: Medium Orchid. HEX triplet: BE, 77 and DB. RGB value is (190,119,219). Sum of RGB (Red+Green+Blue) = 190+119+219=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77DB is #418824. Grayscale: #979797. Windows color (decimal): -4294693 or 14383038. OLE color: 14383038.
HSL color Cylindrical-coordinate representation of color #BE77DB: hue angle of 282.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE77DB is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 119 | 219 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.14 |
| HSL | 282.6º | 0.58% | 0.66% | - |
| HSV(B) | 282.6º | 0.46% | 0.86% | - |
| XYZ | 40.62 | 29.26 | 70.52 | - |
| YUV | 151.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 219 | 0.13 | 0.46 | 0 | 0.14 | 282.6 | 0.58 | 0.66 |
| Hex | BE | 77 | DB | D | 2E | 0 | E | 11B | 3A | 42 |
| Octal | 276 | 167 | 333 | 15 | 56 | 0 | 16 | 433 | 72 | 102 |
| Binary | 10111110 | 1110111 | 11011011 | 1101 | 101110 | 0 | 1110 | 100011011 | 111010 | 1000010 |
Color Harmonies of #BE77DB
Complementary color
Monochromatic Colors of #BE77DB
Black with #BE77DB
Text Example
Text Example
White with #BE77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77DB; }
p { color: rgb(190,119,219); }
H1.HeaderClassName
{
color: #BE77DB;
}
.AnyTagClassName
{
color: #BE77DB;
}
</style>
background-color css
<style>
a { background-color: #BE77DB; }
a { background-color: rgb(190,119,219); }
div.DivClassName
{
background-color: #BE77DB;
}
.BgClassName
{
background-color: #BE77DB;
}
</style>
border-color css
<style>
span { border-color: #BE77DB; }
span { border-color: rgb(190,119,219); }
td.TdClassName
{
border-color: #BE77DB;
}
.TagClassName
{
border-color: #BE77DB;
}
</style>