Shades of Medium Orchid #BE5CE0
Tints of Medium Orchid #BE5CE0
RGB
CMYK
RGB Variations
Color information
#BE5CE0 (or 0xBE5CE0) is known color: Medium Orchid. HEX triplet: BE, 5C and E0. RGB value is (190,92,224). Sum of RGB (Red+Green+Blue) = 190+92+224=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE5CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CE0 is #41A31F. Grayscale: #878787. Windows color (decimal): -4301600 or 14703806. OLE color: 14703806.
HSL color Cylindrical-coordinate representation of color #BE5CE0: hue angle of 284.55º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE5CE0 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 92 | 224 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.12 |
| HSL | 284.55º | 0.68% | 0.62% | - |
| HSV(B) | 284.55º | 0.59% | 0.88% | - |
| XYZ | 38.52 | 23.98 | 73.12 | - |
| YUV | 136.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 224 | 0.15 | 0.59 | 0 | 0.12 | 284.55 | 0.68 | 0.62 |
| Hex | BE | 5C | E0 | F | 3B | 0 | C | 11D | 44 | 3E |
| Octal | 276 | 134 | 340 | 17 | 73 | 0 | 14 | 435 | 104 | 76 |
| Binary | 10111110 | 1011100 | 11100000 | 1111 | 111011 | 0 | 1100 | 100011101 | 1000100 | 111110 |
Color Harmonies of #BE5CE0
Complementary color
Monochromatic Colors of #BE5CE0
Black with #BE5CE0
Text Example
Text Example
White with #BE5CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5CE0; }
p { color: rgb(190,92,224); }
H1.HeaderClassName
{
color: #BE5CE0;
}
.AnyTagClassName
{
color: #BE5CE0;
}
</style>
background-color css
<style>
a { background-color: #BE5CE0; }
a { background-color: rgb(190,92,224); }
div.DivClassName
{
background-color: #BE5CE0;
}
.BgClassName
{
background-color: #BE5CE0;
}
</style>
border-color css
<style>
span { border-color: #BE5CE0; }
span { border-color: rgb(190,92,224); }
td.TdClassName
{
border-color: #BE5CE0;
}
.TagClassName
{
border-color: #BE5CE0;
}
</style>