Shades of Medium Orchid #BE60ED
Tints of Medium Orchid #BE60ED
RGB
CMYK
RGB Variations
Color information
#BE60ED (or 0xBE60ED) is known color: Medium Orchid. HEX triplet: BE, 60 and ED. RGB value is (190,96,237). Sum of RGB (Red+Green+Blue) = 190+96+237=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE60ED is #419F12. Grayscale: #8B8B8B. Windows color (decimal): -4300563 or 15556798. OLE color: 15556798.
HSL color Cylindrical-coordinate representation of color #BE60ED: hue angle of 280º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE60ED is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 96 | 237 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.07 |
| HSL | 280º | 0.8% | 0.65% | - |
| HSV(B) | 280º | 0.59% | 0.93% | - |
| XYZ | 40.7 | 25.43 | 82.88 | - |
| YUV | 140.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 237 | 0.20 | 0.59 | 0 | 0.07 | 280 | 0.8 | 0.65 |
| Hex | BE | 60 | ED | 14 | 3B | 0 | 7 | 118 | 50 | 41 |
| Octal | 276 | 140 | 355 | 24 | 73 | 0 | 7 | 430 | 120 | 101 |
| Binary | 10111110 | 1100000 | 11101101 | 10100 | 111011 | 0 | 111 | 100011000 | 1010000 | 1000001 |
Color Harmonies of #BE60ED
Complementary color
Monochromatic Colors of #BE60ED
Black with #BE60ED
Text Example
Text Example
White with #BE60ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE60ED; }
p { color: rgb(190,96,237); }
H1.HeaderClassName
{
color: #BE60ED;
}
.AnyTagClassName
{
color: #BE60ED;
}
</style>
background-color css
<style>
a { background-color: #BE60ED; }
a { background-color: rgb(190,96,237); }
div.DivClassName
{
background-color: #BE60ED;
}
.BgClassName
{
background-color: #BE60ED;
}
</style>
border-color css
<style>
span { border-color: #BE60ED; }
span { border-color: rgb(190,96,237); }
td.TdClassName
{
border-color: #BE60ED;
}
.TagClassName
{
border-color: #BE60ED;
}
</style>