Shades of Medium Orchid #BE4CEA
Tints of Medium Orchid #BE4CEA
RGB
CMYK
RGB Variations
Color information
#BE4CEA (or 0xBE4CEA) is known color: Medium Orchid. HEX triplet: BE, 4C and EA. RGB value is (190,76,234). Sum of RGB (Red+Green+Blue) = 190+76+234=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE4CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CEA is #41B315. Grayscale: #7F7F7F. Windows color (decimal): -4305686 or 15355070. OLE color: 15355070.
HSL color Cylindrical-coordinate representation of color #BE4CEA: hue angle of 283.29º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4CEA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 76 | 234 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.08 |
| HSL | 283.29º | 0.79% | 0.61% | - |
| HSV(B) | 283.29º | 0.68% | 0.92% | - |
| XYZ | 38.67 | 22.06 | 80.06 | - |
| YUV | 128.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 234 | 0.19 | 0.68 | 0 | 0.08 | 283.29 | 0.79 | 0.61 |
| Hex | BE | 4C | EA | 13 | 44 | 0 | 8 | 11B | 4F | 3D |
| Octal | 276 | 114 | 352 | 23 | 104 | 0 | 10 | 433 | 117 | 75 |
| Binary | 10111110 | 1001100 | 11101010 | 10011 | 1000100 | 0 | 1000 | 100011011 | 1001111 | 111101 |
Color Harmonies of #BE4CEA
Complementary color
Monochromatic Colors of #BE4CEA
Black with #BE4CEA
Text Example
Text Example
White with #BE4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4CEA; }
p { color: rgb(190,76,234); }
H1.HeaderClassName
{
color: #BE4CEA;
}
.AnyTagClassName
{
color: #BE4CEA;
}
</style>
background-color css
<style>
a { background-color: #BE4CEA; }
a { background-color: rgb(190,76,234); }
div.DivClassName
{
background-color: #BE4CEA;
}
.BgClassName
{
background-color: #BE4CEA;
}
</style>
border-color css
<style>
span { border-color: #BE4CEA; }
span { border-color: rgb(190,76,234); }
td.TdClassName
{
border-color: #BE4CEA;
}
.TagClassName
{
border-color: #BE4CEA;
}
</style>