Shades of Medium Orchid #BE53EE
Tints of Medium Orchid #BE53EE
RGB
CMYK
RGB Variations
Color information
#BE53EE (or 0xBE53EE) is known color: Medium Orchid. HEX triplet: BE, 53 and EE. RGB value is (190,83,238). Sum of RGB (Red+Green+Blue) = 190+83+238=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE53EE is #41AC11. Grayscale: #848484. Windows color (decimal): -4303890 or 15619006. OLE color: 15619006.
HSL color Cylindrical-coordinate representation of color #BE53EE: hue angle of 281.42º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE53EE is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 83 | 238 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.07 |
| HSL | 281.42º | 0.82% | 0.63% | - |
| HSV(B) | 281.42º | 0.65% | 0.93% | - |
| XYZ | 39.76 | 23.31 | 83.29 | - |
| YUV | 132.66 | 187.45 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 238 | 0.20 | 0.65 | 0 | 0.07 | 281.42 | 0.82 | 0.63 |
| Hex | BE | 53 | EE | 14 | 41 | 0 | 7 | 119 | 52 | 3F |
| Octal | 276 | 123 | 356 | 24 | 101 | 0 | 7 | 431 | 122 | 77 |
| Binary | 10111110 | 1010011 | 11101110 | 10100 | 1000001 | 0 | 111 | 100011001 | 1010010 | 111111 |
Color Harmonies of #BE53EE
Complementary color
Monochromatic Colors of #BE53EE
Black with #BE53EE
Text Example
Text Example
White with #BE53EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE53EE; }
p { color: rgb(190,83,238); }
H1.HeaderClassName
{
color: #BE53EE;
}
.AnyTagClassName
{
color: #BE53EE;
}
</style>
background-color css
<style>
a { background-color: #BE53EE; }
a { background-color: rgb(190,83,238); }
div.DivClassName
{
background-color: #BE53EE;
}
.BgClassName
{
background-color: #BE53EE;
}
</style>
border-color css
<style>
span { border-color: #BE53EE; }
span { border-color: rgb(190,83,238); }
td.TdClassName
{
border-color: #BE53EE;
}
.TagClassName
{
border-color: #BE53EE;
}
</style>