Shades of Medium Orchid #BE5BE5
Tints of Medium Orchid #BE5BE5
RGB
CMYK
RGB Variations
Color information
#BE5BE5 (or 0xBE5BE5) is known color: Medium Orchid. HEX triplet: BE, 5B and E5. RGB value is (190,91,229). Sum of RGB (Red+Green+Blue) = 190+91+229=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE5BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BE5 is #41A41A. Grayscale: #878787. Windows color (decimal): -4301851 or 15031230. OLE color: 15031230.
HSL color Cylindrical-coordinate representation of color #BE5BE5: hue angle of 283.04º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE5BE5 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 91 | 229 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.10 |
| HSL | 283.04º | 0.73% | 0.63% | - |
| HSV(B) | 283.04º | 0.6% | 0.9% | - |
| XYZ | 39.12 | 24.09 | 76.72 | - |
| YUV | 136.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 229 | 0.17 | 0.60 | 0 | 0.10 | 283.04 | 0.73 | 0.63 |
| Hex | BE | 5B | E5 | 11 | 3C | 0 | A | 11B | 49 | 3F |
| Octal | 276 | 133 | 345 | 21 | 74 | 0 | 12 | 433 | 111 | 77 |
| Binary | 10111110 | 1011011 | 11100101 | 10001 | 111100 | 0 | 1010 | 100011011 | 1001001 | 111111 |
Color Harmonies of #BE5BE5
Complementary color
Monochromatic Colors of #BE5BE5
Black with #BE5BE5
Text Example
Text Example
White with #BE5BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5BE5; }
p { color: rgb(190,91,229); }
H1.HeaderClassName
{
color: #BE5BE5;
}
.AnyTagClassName
{
color: #BE5BE5;
}
</style>
background-color css
<style>
a { background-color: #BE5BE5; }
a { background-color: rgb(190,91,229); }
div.DivClassName
{
background-color: #BE5BE5;
}
.BgClassName
{
background-color: #BE5BE5;
}
</style>
border-color css
<style>
span { border-color: #BE5BE5; }
span { border-color: rgb(190,91,229); }
td.TdClassName
{
border-color: #BE5BE5;
}
.TagClassName
{
border-color: #BE5BE5;
}
</style>