Shades of Medium Orchid #BE78DD
Tints of Medium Orchid #BE78DD
RGB
CMYK
RGB Variations
Color information
#BE78DD (or 0xBE78DD) is known color: Medium Orchid. HEX triplet: BE, 78 and DD. RGB value is (190,120,221). Sum of RGB (Red+Green+Blue) = 190+120+221=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78DD is #418722. Grayscale: #989898. Windows color (decimal): -4294435 or 14514366. OLE color: 14514366.
HSL color Cylindrical-coordinate representation of color #BE78DD: hue angle of 281.58º 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 #BE78DD is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 120 | 221 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.13 |
| HSL | 281.58º | 0.6% | 0.67% | - |
| HSV(B) | 281.58º | 0.46% | 0.87% | - |
| XYZ | 41 | 29.6 | 71.96 | - |
| YUV | 152.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 221 | 0.14 | 0.46 | 0 | 0.13 | 281.58 | 0.6 | 0.67 |
| Hex | BE | 78 | DD | E | 2E | 0 | D | 11A | 3C | 43 |
| Octal | 276 | 170 | 335 | 16 | 56 | 0 | 15 | 432 | 74 | 103 |
| Binary | 10111110 | 1111000 | 11011101 | 1110 | 101110 | 0 | 1101 | 100011010 | 111100 | 1000011 |
Color Harmonies of #BE78DD
Complementary color
Monochromatic Colors of #BE78DD
Black with #BE78DD
Text Example
Text Example
White with #BE78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE78DD; }
p { color: rgb(190,120,221); }
H1.HeaderClassName
{
color: #BE78DD;
}
.AnyTagClassName
{
color: #BE78DD;
}
</style>
background-color css
<style>
a { background-color: #BE78DD; }
a { background-color: rgb(190,120,221); }
div.DivClassName
{
background-color: #BE78DD;
}
.BgClassName
{
background-color: #BE78DD;
}
</style>
border-color css
<style>
span { border-color: #BE78DD; }
span { border-color: rgb(190,120,221); }
td.TdClassName
{
border-color: #BE78DD;
}
.TagClassName
{
border-color: #BE78DD;
}
</style>