Shades of Medium Orchid #BE76DD
Tints of Medium Orchid #BE76DD
RGB
CMYK
RGB Variations
Color information
#BE76DD (or 0xBE76DD) is known color: Medium Orchid. HEX triplet: BE, 76 and DD. RGB value is (190,118,221). Sum of RGB (Red+Green+Blue) = 190+118+221=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76DD is #418922. Grayscale: #969696. Windows color (decimal): -4294947 or 14513854. OLE color: 14513854.
HSL color Cylindrical-coordinate representation of color #BE76DD: hue angle of 281.94º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE76DD is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 118 | 221 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.13 |
| HSL | 281.94º | 0.6% | 0.66% | - |
| HSV(B) | 281.94º | 0.47% | 0.87% | - |
| XYZ | 40.76 | 29.12 | 71.88 | - |
| YUV | 151.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 221 | 0.14 | 0.47 | 0 | 0.13 | 281.94 | 0.6 | 0.66 |
| Hex | BE | 76 | DD | E | 2F | 0 | D | 11A | 3C | 42 |
| Octal | 276 | 166 | 335 | 16 | 57 | 0 | 15 | 432 | 74 | 102 |
| Binary | 10111110 | 1110110 | 11011101 | 1110 | 101111 | 0 | 1101 | 100011010 | 111100 | 1000010 |
Color Harmonies of #BE76DD
Complementary color
Monochromatic Colors of #BE76DD
Black with #BE76DD
Text Example
Text Example
White with #BE76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76DD; }
p { color: rgb(190,118,221); }
H1.HeaderClassName
{
color: #BE76DD;
}
.AnyTagClassName
{
color: #BE76DD;
}
</style>
background-color css
<style>
a { background-color: #BE76DD; }
a { background-color: rgb(190,118,221); }
div.DivClassName
{
background-color: #BE76DD;
}
.BgClassName
{
background-color: #BE76DD;
}
</style>
border-color css
<style>
span { border-color: #BE76DD; }
span { border-color: rgb(190,118,221); }
td.TdClassName
{
border-color: #BE76DD;
}
.TagClassName
{
border-color: #BE76DD;
}
</style>