Shades of Medium Orchid #BE76D9
Tints of Medium Orchid #BE76D9
RGB
CMYK
RGB Variations
Color information
#BE76D9 (or 0xBE76D9) is known color: Medium Orchid. HEX triplet: BE, 76 and D9. RGB value is (190,118,217). Sum of RGB (Red+Green+Blue) = 190+118+217=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE76D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76D9 is #418926. Grayscale: #969696. Windows color (decimal): -4294951 or 14251710. OLE color: 14251710.
HSL color Cylindrical-coordinate representation of color #BE76D9: hue angle of 283.64º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE76D9 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 118 | 217 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.15 |
| HSL | 283.64º | 0.57% | 0.66% | - |
| HSV(B) | 283.64º | 0.46% | 0.85% | - |
| XYZ | 40.24 | 28.91 | 69.11 | - |
| YUV | 150.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 217 | 0.12 | 0.46 | 0 | 0.15 | 283.64 | 0.57 | 0.66 |
| Hex | BE | 76 | D9 | C | 2E | 0 | F | 11C | 39 | 42 |
| Octal | 276 | 166 | 331 | 14 | 56 | 0 | 17 | 434 | 71 | 102 |
| Binary | 10111110 | 1110110 | 11011001 | 1100 | 101110 | 0 | 1111 | 100011100 | 111001 | 1000010 |
Color Harmonies of #BE76D9
Complementary color
Monochromatic Colors of #BE76D9
Black with #BE76D9
Text Example
Text Example
White with #BE76D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76D9; }
p { color: rgb(190,118,217); }
H1.HeaderClassName
{
color: #BE76D9;
}
.AnyTagClassName
{
color: #BE76D9;
}
</style>
background-color css
<style>
a { background-color: #BE76D9; }
a { background-color: rgb(190,118,217); }
div.DivClassName
{
background-color: #BE76D9;
}
.BgClassName
{
background-color: #BE76D9;
}
</style>
border-color css
<style>
span { border-color: #BE76D9; }
span { border-color: rgb(190,118,217); }
td.TdClassName
{
border-color: #BE76D9;
}
.TagClassName
{
border-color: #BE76D9;
}
</style>