Shades of Medium Orchid #BE5CDE
Tints of Medium Orchid #BE5CDE
RGB
CMYK
RGB Variations
Color information
#BE5CDE (or 0xBE5CDE) is known color: Medium Orchid. HEX triplet: BE, 5C and DE. RGB value is (190,92,222). Sum of RGB (Red+Green+Blue) = 190+92+222=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CDE is #41A321. Grayscale: #878787. Windows color (decimal): -4301602 or 14572734. OLE color: 14572734.
HSL color Cylindrical-coordinate representation of color #BE5CDE: hue angle of 285.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE5CDE is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 92 | 222 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.13 |
| HSL | 285.23º | 0.66% | 0.62% | - |
| HSV(B) | 285.23º | 0.59% | 0.87% | - |
| XYZ | 38.25 | 23.88 | 71.7 | - |
| YUV | 136.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 222 | 0.14 | 0.59 | 0 | 0.13 | 285.23 | 0.66 | 0.62 |
| Hex | BE | 5C | DE | E | 3B | 0 | D | 11D | 42 | 3E |
| Octal | 276 | 134 | 336 | 16 | 73 | 0 | 15 | 435 | 102 | 76 |
| Binary | 10111110 | 1011100 | 11011110 | 1110 | 111011 | 0 | 1101 | 100011101 | 1000010 | 111110 |
Color Harmonies of #BE5CDE
Complementary color
Monochromatic Colors of #BE5CDE
Black with #BE5CDE
Text Example
Text Example
White with #BE5CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5CDE; }
p { color: rgb(190,92,222); }
H1.HeaderClassName
{
color: #BE5CDE;
}
.AnyTagClassName
{
color: #BE5CDE;
}
</style>
background-color css
<style>
a { background-color: #BE5CDE; }
a { background-color: rgb(190,92,222); }
div.DivClassName
{
background-color: #BE5CDE;
}
.BgClassName
{
background-color: #BE5CDE;
}
</style>
border-color css
<style>
span { border-color: #BE5CDE; }
span { border-color: rgb(190,92,222); }
td.TdClassName
{
border-color: #BE5CDE;
}
.TagClassName
{
border-color: #BE5CDE;
}
</style>