Shades of Medium Orchid #BE54ED
Tints of Medium Orchid #BE54ED
RGB
CMYK
RGB Variations
Color information
#BE54ED (or 0xBE54ED) is known color: Medium Orchid. HEX triplet: BE, 54 and ED. RGB value is (190,84,237). Sum of RGB (Red+Green+Blue) = 190+84+237=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE54ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE54ED is #41AB12. Grayscale: #848484. Windows color (decimal): -4303635 or 15553726. OLE color: 15553726.
HSL color Cylindrical-coordinate representation of color #BE54ED: hue angle of 281.57º degrees, saturation: 0.81, 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 #BE54ED is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 84 | 237 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.07 |
| HSL | 281.57º | 0.81% | 0.63% | - |
| HSV(B) | 281.57º | 0.65% | 0.93% | - |
| XYZ | 39.69 | 23.4 | 82.55 | - |
| YUV | 133.14 | 186.62 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 237 | 0.20 | 0.65 | 0 | 0.07 | 281.57 | 0.81 | 0.63 |
| Hex | BE | 54 | ED | 14 | 41 | 0 | 7 | 11A | 51 | 3F |
| Octal | 276 | 124 | 355 | 24 | 101 | 0 | 7 | 432 | 121 | 77 |
| Binary | 10111110 | 1010100 | 11101101 | 10100 | 1000001 | 0 | 111 | 100011010 | 1010001 | 111111 |
Color Harmonies of #BE54ED
Complementary color
Monochromatic Colors of #BE54ED
Black with #BE54ED
Text Example
Text Example
White with #BE54ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE54ED; }
p { color: rgb(190,84,237); }
H1.HeaderClassName
{
color: #BE54ED;
}
.AnyTagClassName
{
color: #BE54ED;
}
</style>
background-color css
<style>
a { background-color: #BE54ED; }
a { background-color: rgb(190,84,237); }
div.DivClassName
{
background-color: #BE54ED;
}
.BgClassName
{
background-color: #BE54ED;
}
</style>
border-color css
<style>
span { border-color: #BE54ED; }
span { border-color: rgb(190,84,237); }
td.TdClassName
{
border-color: #BE54ED;
}
.TagClassName
{
border-color: #BE54ED;
}
</style>