Shades of Medium Orchid #BE60E7
Tints of Medium Orchid #BE60E7
RGB
CMYK
RGB Variations
Color information
#BE60E7 (or 0xBE60E7) is known color: Medium Orchid. HEX triplet: BE, 60 and E7. RGB value is (190,96,231). Sum of RGB (Red+Green+Blue) = 190+96+231=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE60E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE60E7 is #419F18. Grayscale: #8B8B8B. Windows color (decimal): -4300569 or 15163582. OLE color: 15163582.
HSL color Cylindrical-coordinate representation of color #BE60E7: hue angle of 281.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE60E7 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 96 | 231 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.09 |
| HSL | 281.78º | 0.74% | 0.64% | - |
| HSV(B) | 281.78º | 0.58% | 0.91% | - |
| XYZ | 39.84 | 25.08 | 78.34 | - |
| YUV | 139.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 231 | 0.18 | 0.58 | 0 | 0.09 | 281.78 | 0.74 | 0.64 |
| Hex | BE | 60 | E7 | 12 | 3A | 0 | 9 | 11A | 4A | 40 |
| Octal | 276 | 140 | 347 | 22 | 72 | 0 | 11 | 432 | 112 | 100 |
| Binary | 10111110 | 1100000 | 11100111 | 10010 | 111010 | 0 | 1001 | 100011010 | 1001010 | 1000000 |
Color Harmonies of #BE60E7
Complementary color
Monochromatic Colors of #BE60E7
Black with #BE60E7
Text Example
Text Example
White with #BE60E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE60E7; }
p { color: rgb(190,96,231); }
H1.HeaderClassName
{
color: #BE60E7;
}
.AnyTagClassName
{
color: #BE60E7;
}
</style>
background-color css
<style>
a { background-color: #BE60E7; }
a { background-color: rgb(190,96,231); }
div.DivClassName
{
background-color: #BE60E7;
}
.BgClassName
{
background-color: #BE60E7;
}
</style>
border-color css
<style>
span { border-color: #BE60E7; }
span { border-color: rgb(190,96,231); }
td.TdClassName
{
border-color: #BE60E7;
}
.TagClassName
{
border-color: #BE60E7;
}
</style>