Shades of Medium Orchid #BE5CE1
Tints of Medium Orchid #BE5CE1
RGB
CMYK
RGB Variations
Color information
#BE5CE1 (or 0xBE5CE1) is known color: Medium Orchid. HEX triplet: BE, 5C and E1. RGB value is (190,92,225). Sum of RGB (Red+Green+Blue) = 190+92+225=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE5CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CE1 is #41A31E. Grayscale: #888888. Windows color (decimal): -4301599 or 14769342. OLE color: 14769342.
HSL color Cylindrical-coordinate representation of color #BE5CE1: hue angle of 284.21º degrees, saturation: 0.69, 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 #BE5CE1 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 92 | 225 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.12 |
| HSL | 284.21º | 0.69% | 0.62% | - |
| HSV(B) | 284.21º | 0.59% | 0.88% | - |
| XYZ | 38.65 | 24.04 | 73.84 | - |
| YUV | 136.46 | 177.97 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 225 | 0.16 | 0.59 | 0 | 0.12 | 284.21 | 0.69 | 0.62 |
| Hex | BE | 5C | E1 | 10 | 3B | 0 | C | 11C | 45 | 3E |
| Octal | 276 | 134 | 341 | 20 | 73 | 0 | 14 | 434 | 105 | 76 |
| Binary | 10111110 | 1011100 | 11100001 | 10000 | 111011 | 0 | 1100 | 100011100 | 1000101 | 111110 |
Color Harmonies of #BE5CE1
Complementary color
Monochromatic Colors of #BE5CE1
Black with #BE5CE1
Text Example
Text Example
White with #BE5CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5CE1; }
p { color: rgb(190,92,225); }
H1.HeaderClassName
{
color: #BE5CE1;
}
.AnyTagClassName
{
color: #BE5CE1;
}
</style>
background-color css
<style>
a { background-color: #BE5CE1; }
a { background-color: rgb(190,92,225); }
div.DivClassName
{
background-color: #BE5CE1;
}
.BgClassName
{
background-color: #BE5CE1;
}
</style>
border-color css
<style>
span { border-color: #BE5CE1; }
span { border-color: rgb(190,92,225); }
td.TdClassName
{
border-color: #BE5CE1;
}
.TagClassName
{
border-color: #BE5CE1;
}
</style>