Shades of Medium Orchid #BE59ED
Tints of Medium Orchid #BE59ED
RGB
CMYK
RGB Variations
Color information
#BE59ED (or 0xBE59ED) is known color: Medium Orchid. HEX triplet: BE, 59 and ED. RGB value is (190,89,237). Sum of RGB (Red+Green+Blue) = 190+89+237=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE59ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE59ED is #41A612. Grayscale: #878787. Windows color (decimal): -4302355 or 15555006. OLE color: 15555006.
HSL color Cylindrical-coordinate representation of color #BE59ED: hue angle of 280.95º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE59ED is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 89 | 237 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.07 |
| HSL | 280.95º | 0.8% | 0.64% | - |
| HSV(B) | 280.95º | 0.62% | 0.93% | - |
| XYZ | 40.09 | 24.21 | 82.68 | - |
| YUV | 136.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 237 | 0.20 | 0.62 | 0 | 0.07 | 280.95 | 0.8 | 0.64 |
| Hex | BE | 59 | ED | 14 | 3E | 0 | 7 | 119 | 50 | 40 |
| Octal | 276 | 131 | 355 | 24 | 76 | 0 | 7 | 431 | 120 | 100 |
| Binary | 10111110 | 1011001 | 11101101 | 10100 | 111110 | 0 | 111 | 100011001 | 1010000 | 1000000 |
Color Harmonies of #BE59ED
Complementary color
Monochromatic Colors of #BE59ED
Black with #BE59ED
Text Example
Text Example
White with #BE59ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE59ED; }
p { color: rgb(190,89,237); }
H1.HeaderClassName
{
color: #BE59ED;
}
.AnyTagClassName
{
color: #BE59ED;
}
</style>
background-color css
<style>
a { background-color: #BE59ED; }
a { background-color: rgb(190,89,237); }
div.DivClassName
{
background-color: #BE59ED;
}
.BgClassName
{
background-color: #BE59ED;
}
</style>
border-color css
<style>
span { border-color: #BE59ED; }
span { border-color: rgb(190,89,237); }
td.TdClassName
{
border-color: #BE59ED;
}
.TagClassName
{
border-color: #BE59ED;
}
</style>