Shades of Medium Orchid #BE5DDD
Tints of Medium Orchid #BE5DDD
RGB
CMYK
RGB Variations
Color information
#BE5DDD (or 0xBE5DDD) is known color: Medium Orchid. HEX triplet: BE, 5D and DD. RGB value is (190,93,221). Sum of RGB (Red+Green+Blue) = 190+93+221=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DDD is #41A222. Grayscale: #888888. Windows color (decimal): -4301347 or 14507454. OLE color: 14507454.
HSL color Cylindrical-coordinate representation of color #BE5DDD: hue angle of 285.47º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE5DDD is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 93 | 221 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.13 |
| HSL | 285.47º | 0.65% | 0.62% | - |
| HSV(B) | 285.47º | 0.58% | 0.87% | - |
| XYZ | 38.2 | 24 | 71.02 | - |
| YUV | 136.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 221 | 0.14 | 0.58 | 0 | 0.13 | 285.47 | 0.65 | 0.62 |
| Hex | BE | 5D | DD | E | 3A | 0 | D | 11D | 41 | 3E |
| Octal | 276 | 135 | 335 | 16 | 72 | 0 | 15 | 435 | 101 | 76 |
| Binary | 10111110 | 1011101 | 11011101 | 1110 | 111010 | 0 | 1101 | 100011101 | 1000001 | 111110 |
Color Harmonies of #BE5DDD
Complementary color
Monochromatic Colors of #BE5DDD
Black with #BE5DDD
Text Example
Text Example
White with #BE5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5DDD; }
p { color: rgb(190,93,221); }
H1.HeaderClassName
{
color: #BE5DDD;
}
.AnyTagClassName
{
color: #BE5DDD;
}
</style>
background-color css
<style>
a { background-color: #BE5DDD; }
a { background-color: rgb(190,93,221); }
div.DivClassName
{
background-color: #BE5DDD;
}
.BgClassName
{
background-color: #BE5DDD;
}
</style>
border-color css
<style>
span { border-color: #BE5DDD; }
span { border-color: rgb(190,93,221); }
td.TdClassName
{
border-color: #BE5DDD;
}
.TagClassName
{
border-color: #BE5DDD;
}
</style>