Shades of Medium Orchid #BE59E7
Tints of Medium Orchid #BE59E7
RGB
CMYK
RGB Variations
Color information
#BE59E7 (or 0xBE59E7) is known color: Medium Orchid. HEX triplet: BE, 59 and E7. RGB value is (190,89,231). Sum of RGB (Red+Green+Blue) = 190+89+231=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE59E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE59E7 is #41A618. Grayscale: #868686. Windows color (decimal): -4302361 or 15161790. OLE color: 15161790.
HSL color Cylindrical-coordinate representation of color #BE59E7: hue angle of 282.68º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE59E7 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 89 | 231 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.09 |
| HSL | 282.68º | 0.75% | 0.63% | - |
| HSV(B) | 282.68º | 0.61% | 0.91% | - |
| XYZ | 39.23 | 23.86 | 78.14 | - |
| YUV | 135.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 231 | 0.18 | 0.61 | 0 | 0.09 | 282.68 | 0.75 | 0.63 |
| Hex | BE | 59 | E7 | 12 | 3D | 0 | 9 | 11B | 4B | 3F |
| Octal | 276 | 131 | 347 | 22 | 75 | 0 | 11 | 433 | 113 | 77 |
| Binary | 10111110 | 1011001 | 11100111 | 10010 | 111101 | 0 | 1001 | 100011011 | 1001011 | 111111 |
Color Harmonies of #BE59E7
Complementary color
Monochromatic Colors of #BE59E7
Black with #BE59E7
Text Example
Text Example
White with #BE59E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE59E7; }
p { color: rgb(190,89,231); }
H1.HeaderClassName
{
color: #BE59E7;
}
.AnyTagClassName
{
color: #BE59E7;
}
</style>
background-color css
<style>
a { background-color: #BE59E7; }
a { background-color: rgb(190,89,231); }
div.DivClassName
{
background-color: #BE59E7;
}
.BgClassName
{
background-color: #BE59E7;
}
</style>
border-color css
<style>
span { border-color: #BE59E7; }
span { border-color: rgb(190,89,231); }
td.TdClassName
{
border-color: #BE59E7;
}
.TagClassName
{
border-color: #BE59E7;
}
</style>