Shades of Medium Orchid #BE5ADD
Tints of Medium Orchid #BE5ADD
RGB
CMYK
RGB Variations
Color information
#BE5ADD (or 0xBE5ADD) is known color: Medium Orchid. HEX triplet: BE, 5A and DD. RGB value is (190,90,221). Sum of RGB (Red+Green+Blue) = 190+90+221=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5ADD is #41A522. Grayscale: #868686. Windows color (decimal): -4302115 or 14506686. OLE color: 14506686.
HSL color Cylindrical-coordinate representation of color #BE5ADD: hue angle of 285.8º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE5ADD is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 90 | 221 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.13 |
| HSL | 285.8º | 0.66% | 0.61% | - |
| HSV(B) | 285.8º | 0.59% | 0.87% | - |
| XYZ | 37.94 | 23.48 | 70.94 | - |
| YUV | 134.83 | 176.63 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 221 | 0.14 | 0.59 | 0 | 0.13 | 285.8 | 0.66 | 0.61 |
| Hex | BE | 5A | DD | E | 3B | 0 | D | 11E | 42 | 3D |
| Octal | 276 | 132 | 335 | 16 | 73 | 0 | 15 | 436 | 102 | 75 |
| Binary | 10111110 | 1011010 | 11011101 | 1110 | 111011 | 0 | 1101 | 100011110 | 1000010 | 111101 |
Color Harmonies of #BE5ADD
Complementary color
Monochromatic Colors of #BE5ADD
Black with #BE5ADD
Text Example
Text Example
White with #BE5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5ADD; }
p { color: rgb(190,90,221); }
H1.HeaderClassName
{
color: #BE5ADD;
}
.AnyTagClassName
{
color: #BE5ADD;
}
</style>
background-color css
<style>
a { background-color: #BE5ADD; }
a { background-color: rgb(190,90,221); }
div.DivClassName
{
background-color: #BE5ADD;
}
.BgClassName
{
background-color: #BE5ADD;
}
</style>
border-color css
<style>
span { border-color: #BE5ADD; }
span { border-color: rgb(190,90,221); }
td.TdClassName
{
border-color: #BE5ADD;
}
.TagClassName
{
border-color: #BE5ADD;
}
</style>