Shades of Medium Orchid #BE5FE0
Tints of Medium Orchid #BE5FE0
RGB
CMYK
RGB Variations
Color information
#BE5FE0 (or 0xBE5FE0) is known color: Medium Orchid. HEX triplet: BE, 5F and E0. RGB value is (190,95,224). Sum of RGB (Red+Green+Blue) = 190+95+224=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE5FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FE0 is #41A01F. Grayscale: #898989. Windows color (decimal): -4300832 or 14704574. OLE color: 14704574.
HSL color Cylindrical-coordinate representation of color #BE5FE0: hue angle of 284.19º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE5FE0 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 95 | 224 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.12 |
| HSL | 284.19º | 0.68% | 0.63% | - |
| HSV(B) | 284.19º | 0.58% | 0.88% | - |
| XYZ | 38.78 | 24.51 | 73.21 | - |
| YUV | 138.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 95 | 224 | 0.15 | 0.58 | 0 | 0.12 | 284.19 | 0.68 | 0.63 |
| Hex | BE | 5F | E0 | F | 3A | 0 | C | 11C | 44 | 3F |
| Octal | 276 | 137 | 340 | 17 | 72 | 0 | 14 | 434 | 104 | 77 |
| Binary | 10111110 | 1011111 | 11100000 | 1111 | 111010 | 0 | 1100 | 100011100 | 1000100 | 111111 |
Color Harmonies of #BE5FE0
Complementary color
Monochromatic Colors of #BE5FE0
Black with #BE5FE0
Text Example
Text Example
White with #BE5FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5FE0; }
p { color: rgb(190,95,224); }
H1.HeaderClassName
{
color: #BE5FE0;
}
.AnyTagClassName
{
color: #BE5FE0;
}
</style>
background-color css
<style>
a { background-color: #BE5FE0; }
a { background-color: rgb(190,95,224); }
div.DivClassName
{
background-color: #BE5FE0;
}
.BgClassName
{
background-color: #BE5FE0;
}
</style>
border-color css
<style>
span { border-color: #BE5FE0; }
span { border-color: rgb(190,95,224); }
td.TdClassName
{
border-color: #BE5FE0;
}
.TagClassName
{
border-color: #BE5FE0;
}
</style>