Shades of Medium Orchid #BE4CEF
Tints of Medium Orchid #BE4CEF
RGB
CMYK
RGB Variations
Color information
#BE4CEF (or 0xBE4CEF) is known color: Medium Orchid. HEX triplet: BE, 4C and EF. RGB value is (190,76,239). Sum of RGB (Red+Green+Blue) = 190+76+239=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE4CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CEF is #41B310. Grayscale: #808080. Windows color (decimal): -4305681 or 15682750. OLE color: 15682750.
HSL color Cylindrical-coordinate representation of color #BE4CEF: hue angle of 281.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4CEF is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 76 | 239 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.06 |
| HSL | 281.96º | 0.84% | 0.62% | - |
| HSV(B) | 281.96º | 0.68% | 0.94% | - |
| XYZ | 39.4 | 22.35 | 83.9 | - |
| YUV | 128.67 | 190.27 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 239 | 0.21 | 0.68 | 0 | 0.06 | 281.96 | 0.84 | 0.62 |
| Hex | BE | 4C | EF | 15 | 44 | 0 | 6 | 11A | 54 | 3E |
| Octal | 276 | 114 | 357 | 25 | 104 | 0 | 6 | 432 | 124 | 76 |
| Binary | 10111110 | 1001100 | 11101111 | 10101 | 1000100 | 0 | 110 | 100011010 | 1010100 | 111110 |
Color Harmonies of #BE4CEF
Complementary color
Monochromatic Colors of #BE4CEF
Black with #BE4CEF
Text Example
Text Example
White with #BE4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4CEF; }
p { color: rgb(190,76,239); }
H1.HeaderClassName
{
color: #BE4CEF;
}
.AnyTagClassName
{
color: #BE4CEF;
}
</style>
background-color css
<style>
a { background-color: #BE4CEF; }
a { background-color: rgb(190,76,239); }
div.DivClassName
{
background-color: #BE4CEF;
}
.BgClassName
{
background-color: #BE4CEF;
}
</style>
border-color css
<style>
span { border-color: #BE4CEF; }
span { border-color: rgb(190,76,239); }
td.TdClassName
{
border-color: #BE4CEF;
}
.TagClassName
{
border-color: #BE4CEF;
}
</style>