Shades of Medium Orchid #BE57ED
Tints of Medium Orchid #BE57ED
RGB
CMYK
RGB Variations
Color information
#BE57ED (or 0xBE57ED) is known color: Medium Orchid. HEX triplet: BE, 57 and ED. RGB value is (190,87,237). Sum of RGB (Red+Green+Blue) = 190+87+237=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE57ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE57ED is #41A812. Grayscale: #868686. Windows color (decimal): -4302867 or 15554494. OLE color: 15554494.
HSL color Cylindrical-coordinate representation of color #BE57ED: hue angle of 281.2º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE57ED is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 87 | 237 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.07 |
| HSL | 281.2º | 0.81% | 0.64% | - |
| HSV(B) | 281.2º | 0.63% | 0.93% | - |
| XYZ | 39.93 | 23.88 | 82.63 | - |
| YUV | 134.9 | 185.62 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 87 | 237 | 0.20 | 0.63 | 0 | 0.07 | 281.2 | 0.81 | 0.64 |
| Hex | BE | 57 | ED | 14 | 3F | 0 | 7 | 119 | 51 | 40 |
| Octal | 276 | 127 | 355 | 24 | 77 | 0 | 7 | 431 | 121 | 100 |
| Binary | 10111110 | 1010111 | 11101101 | 10100 | 111111 | 0 | 111 | 100011001 | 1010001 | 1000000 |
Color Harmonies of #BE57ED
Complementary color
Monochromatic Colors of #BE57ED
Black with #BE57ED
Text Example
Text Example
White with #BE57ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE57ED; }
p { color: rgb(190,87,237); }
H1.HeaderClassName
{
color: #BE57ED;
}
.AnyTagClassName
{
color: #BE57ED;
}
</style>
background-color css
<style>
a { background-color: #BE57ED; }
a { background-color: rgb(190,87,237); }
div.DivClassName
{
background-color: #BE57ED;
}
.BgClassName
{
background-color: #BE57ED;
}
</style>
border-color css
<style>
span { border-color: #BE57ED; }
span { border-color: rgb(190,87,237); }
td.TdClassName
{
border-color: #BE57ED;
}
.TagClassName
{
border-color: #BE57ED;
}
</style>