Shades of Medium Orchid #BE77DD
Tints of Medium Orchid #BE77DD
RGB
CMYK
RGB Variations
Color information
#BE77DD (or 0xBE77DD) is known color: Medium Orchid. HEX triplet: BE, 77 and DD. RGB value is (190,119,221). Sum of RGB (Red+Green+Blue) = 190+119+221=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77DD is #418822. Grayscale: #979797. Windows color (decimal): -4294691 or 14514110. OLE color: 14514110.
HSL color Cylindrical-coordinate representation of color #BE77DD: hue angle of 281.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE77DD is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 119 | 221 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.13 |
| HSL | 281.76º | 0.6% | 0.67% | - |
| HSV(B) | 281.76º | 0.46% | 0.87% | - |
| XYZ | 40.88 | 29.36 | 71.92 | - |
| YUV | 151.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 221 | 0.14 | 0.46 | 0 | 0.13 | 281.76 | 0.6 | 0.67 |
| Hex | BE | 77 | DD | E | 2E | 0 | D | 11A | 3C | 43 |
| Octal | 276 | 167 | 335 | 16 | 56 | 0 | 15 | 432 | 74 | 103 |
| Binary | 10111110 | 1110111 | 11011101 | 1110 | 101110 | 0 | 1101 | 100011010 | 111100 | 1000011 |
Color Harmonies of #BE77DD
Complementary color
Monochromatic Colors of #BE77DD
Black with #BE77DD
Text Example
Text Example
White with #BE77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77DD; }
p { color: rgb(190,119,221); }
H1.HeaderClassName
{
color: #BE77DD;
}
.AnyTagClassName
{
color: #BE77DD;
}
</style>
background-color css
<style>
a { background-color: #BE77DD; }
a { background-color: rgb(190,119,221); }
div.DivClassName
{
background-color: #BE77DD;
}
.BgClassName
{
background-color: #BE77DD;
}
</style>
border-color css
<style>
span { border-color: #BE77DD; }
span { border-color: rgb(190,119,221); }
td.TdClassName
{
border-color: #BE77DD;
}
.TagClassName
{
border-color: #BE77DD;
}
</style>