Shades of Medium Orchid #BE5CEA
Tints of Medium Orchid #BE5CEA
RGB
CMYK
RGB Variations
Color information
#BE5CEA (or 0xBE5CEA) is known color: Medium Orchid. HEX triplet: BE, 5C and EA. RGB value is (190,92,234). Sum of RGB (Red+Green+Blue) = 190+92+234=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE5CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5CEA is #41A315. Grayscale: #898989. Windows color (decimal): -4301590 or 15359166. OLE color: 15359166.
HSL color Cylindrical-coordinate representation of color #BE5CEA: hue angle of 281.41º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE5CEA is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 92 | 234 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.08 |
| HSL | 281.41º | 0.77% | 0.64% | - |
| HSV(B) | 281.41º | 0.61% | 0.92% | - |
| XYZ | 39.91 | 24.54 | 80.48 | - |
| YUV | 137.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 234 | 0.19 | 0.61 | 0 | 0.08 | 281.41 | 0.77 | 0.64 |
| Hex | BE | 5C | EA | 13 | 3D | 0 | 8 | 119 | 4D | 40 |
| Octal | 276 | 134 | 352 | 23 | 75 | 0 | 10 | 431 | 115 | 100 |
| Binary | 10111110 | 1011100 | 11101010 | 10011 | 111101 | 0 | 1000 | 100011001 | 1001101 | 1000000 |
Color Harmonies of #BE5CEA
Complementary color
Monochromatic Colors of #BE5CEA
Black with #BE5CEA
Text Example
Text Example
White with #BE5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5CEA; }
p { color: rgb(190,92,234); }
H1.HeaderClassName
{
color: #BE5CEA;
}
.AnyTagClassName
{
color: #BE5CEA;
}
</style>
background-color css
<style>
a { background-color: #BE5CEA; }
a { background-color: rgb(190,92,234); }
div.DivClassName
{
background-color: #BE5CEA;
}
.BgClassName
{
background-color: #BE5CEA;
}
</style>
border-color css
<style>
span { border-color: #BE5CEA; }
span { border-color: rgb(190,92,234); }
td.TdClassName
{
border-color: #BE5CEA;
}
.TagClassName
{
border-color: #BE5CEA;
}
</style>