Shades of Medium Orchid #BE57EF
Tints of Medium Orchid #BE57EF
RGB
CMYK
RGB Variations
Color information
#BE57EF (or 0xBE57EF) is known color: Medium Orchid. HEX triplet: BE, 57 and EF. RGB value is (190,87,239). Sum of RGB (Red+Green+Blue) = 190+87+239=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE57EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE57EF is #41A810. Grayscale: #868686. Windows color (decimal): -4302865 or 15685566. OLE color: 15685566.
HSL color Cylindrical-coordinate representation of color #BE57EF: hue angle of 280.66º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE57EF is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 87 | 239 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.06 |
| HSL | 280.66º | 0.83% | 0.64% | - |
| HSV(B) | 280.66º | 0.64% | 0.94% | - |
| XYZ | 40.22 | 24 | 84.17 | - |
| YUV | 135.13 | 186.62 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 87 | 239 | 0.21 | 0.64 | 0 | 0.06 | 280.66 | 0.83 | 0.64 |
| Hex | BE | 57 | EF | 15 | 40 | 0 | 6 | 119 | 53 | 40 |
| Octal | 276 | 127 | 357 | 25 | 100 | 0 | 6 | 431 | 123 | 100 |
| Binary | 10111110 | 1010111 | 11101111 | 10101 | 1000000 | 0 | 110 | 100011001 | 1010011 | 1000000 |
Color Harmonies of #BE57EF
Complementary color
Monochromatic Colors of #BE57EF
Black with #BE57EF
Text Example
Text Example
White with #BE57EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE57EF; }
p { color: rgb(190,87,239); }
H1.HeaderClassName
{
color: #BE57EF;
}
.AnyTagClassName
{
color: #BE57EF;
}
</style>
background-color css
<style>
a { background-color: #BE57EF; }
a { background-color: rgb(190,87,239); }
div.DivClassName
{
background-color: #BE57EF;
}
.BgClassName
{
background-color: #BE57EF;
}
</style>
border-color css
<style>
span { border-color: #BE57EF; }
span { border-color: rgb(190,87,239); }
td.TdClassName
{
border-color: #BE57EF;
}
.TagClassName
{
border-color: #BE57EF;
}
</style>