Shades of Medium Orchid #BE5FEA
Tints of Medium Orchid #BE5FEA
RGB
CMYK
RGB Variations
Color information
#BE5FEA (or 0xBE5FEA) is known color: Medium Orchid. HEX triplet: BE, 5F and EA. RGB value is (190,95,234). Sum of RGB (Red+Green+Blue) = 190+95+234=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE5FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5FEA is #41A015. Grayscale: #8A8A8A. Windows color (decimal): -4300822 or 15359934. OLE color: 15359934.
HSL color Cylindrical-coordinate representation of color #BE5FEA: hue angle of 281.01º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE5FEA is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 95 | 234 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.08 |
| HSL | 281.01º | 0.77% | 0.65% | - |
| HSV(B) | 281.01º | 0.59% | 0.92% | - |
| XYZ | 40.18 | 25.07 | 80.56 | - |
| YUV | 139.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 95 | 234 | 0.19 | 0.59 | 0 | 0.08 | 281.01 | 0.77 | 0.65 |
| Hex | BE | 5F | EA | 13 | 3B | 0 | 8 | 119 | 4D | 41 |
| Octal | 276 | 137 | 352 | 23 | 73 | 0 | 10 | 431 | 115 | 101 |
| Binary | 10111110 | 1011111 | 11101010 | 10011 | 111011 | 0 | 1000 | 100011001 | 1001101 | 1000001 |
Color Harmonies of #BE5FEA
Complementary color
Monochromatic Colors of #BE5FEA
Black with #BE5FEA
Text Example
Text Example
White with #BE5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5FEA; }
p { color: rgb(190,95,234); }
H1.HeaderClassName
{
color: #BE5FEA;
}
.AnyTagClassName
{
color: #BE5FEA;
}
</style>
background-color css
<style>
a { background-color: #BE5FEA; }
a { background-color: rgb(190,95,234); }
div.DivClassName
{
background-color: #BE5FEA;
}
.BgClassName
{
background-color: #BE5FEA;
}
</style>
border-color css
<style>
span { border-color: #BE5FEA; }
span { border-color: rgb(190,95,234); }
td.TdClassName
{
border-color: #BE5FEA;
}
.TagClassName
{
border-color: #BE5FEA;
}
</style>