Shades of Medium Orchid #BE4CE7
Tints of Medium Orchid #BE4CE7
RGB
CMYK
RGB Variations
Color information
#BE4CE7 (or 0xBE4CE7) is known color: Medium Orchid. HEX triplet: BE, 4C and E7. RGB value is (190,76,231). Sum of RGB (Red+Green+Blue) = 190+76+231=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE4CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CE7 is #41B318. Grayscale: #7F7F7F. Windows color (decimal): -4305689 or 15158462. OLE color: 15158462.
HSL color Cylindrical-coordinate representation of color #BE4CE7: hue angle of 284.13º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE4CE7 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 76 | 231 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.09 |
| HSL | 284.13º | 0.76% | 0.6% | - |
| HSV(B) | 284.13º | 0.67% | 0.91% | - |
| XYZ | 38.24 | 21.89 | 77.81 | - |
| YUV | 127.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 231 | 0.18 | 0.67 | 0 | 0.09 | 284.13 | 0.76 | 0.6 |
| Hex | BE | 4C | E7 | 12 | 43 | 0 | 9 | 11C | 4C | 3C |
| Octal | 276 | 114 | 347 | 22 | 103 | 0 | 11 | 434 | 114 | 74 |
| Binary | 10111110 | 1001100 | 11100111 | 10010 | 1000011 | 0 | 1001 | 100011100 | 1001100 | 111100 |
Color Harmonies of #BE4CE7
Complementary color
Monochromatic Colors of #BE4CE7
Black with #BE4CE7
Text Example
Text Example
White with #BE4CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4CE7; }
p { color: rgb(190,76,231); }
H1.HeaderClassName
{
color: #BE4CE7;
}
.AnyTagClassName
{
color: #BE4CE7;
}
</style>
background-color css
<style>
a { background-color: #BE4CE7; }
a { background-color: rgb(190,76,231); }
div.DivClassName
{
background-color: #BE4CE7;
}
.BgClassName
{
background-color: #BE4CE7;
}
</style>
border-color css
<style>
span { border-color: #BE4CE7; }
span { border-color: rgb(190,76,231); }
td.TdClassName
{
border-color: #BE4CE7;
}
.TagClassName
{
border-color: #BE4CE7;
}
</style>