Shades of Medium Orchid #BE7ADC
Tints of Medium Orchid #BE7ADC
RGB
CMYK
RGB Variations
Color information
#BE7ADC (or 0xBE7ADC) is known color: Medium Orchid. HEX triplet: BE, 7A and DC. RGB value is (190,122,220). Sum of RGB (Red+Green+Blue) = 190+122+220=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ADC is #418523. Grayscale: #999999. Windows color (decimal): -4293924 or 14449342. OLE color: 14449342.
HSL color Cylindrical-coordinate representation of color #BE7ADC: hue angle of 281.63º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7ADC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 122 | 220 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.14 |
| HSL | 281.63º | 0.58% | 0.67% | - |
| HSV(B) | 281.63º | 0.45% | 0.86% | - |
| XYZ | 41.11 | 30.03 | 71.34 | - |
| YUV | 153.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 220 | 0.14 | 0.45 | 0 | 0.14 | 281.63 | 0.58 | 0.67 |
| Hex | BE | 7A | DC | E | 2D | 0 | E | 11A | 3A | 43 |
| Octal | 276 | 172 | 334 | 16 | 55 | 0 | 16 | 432 | 72 | 103 |
| Binary | 10111110 | 1111010 | 11011100 | 1110 | 101101 | 0 | 1110 | 100011010 | 111010 | 1000011 |
Color Harmonies of #BE7ADC
Complementary color
Monochromatic Colors of #BE7ADC
Black with #BE7ADC
Text Example
Text Example
White with #BE7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7ADC; }
p { color: rgb(190,122,220); }
H1.HeaderClassName
{
color: #BE7ADC;
}
.AnyTagClassName
{
color: #BE7ADC;
}
</style>
background-color css
<style>
a { background-color: #BE7ADC; }
a { background-color: rgb(190,122,220); }
div.DivClassName
{
background-color: #BE7ADC;
}
.BgClassName
{
background-color: #BE7ADC;
}
</style>
border-color css
<style>
span { border-color: #BE7ADC; }
span { border-color: rgb(190,122,220); }
td.TdClassName
{
border-color: #BE7ADC;
}
.TagClassName
{
border-color: #BE7ADC;
}
</style>