Shades of Medium Orchid #BE5BED
Tints of Medium Orchid #BE5BED
RGB
CMYK
RGB Variations
Color information
#BE5BED (or 0xBE5BED) is known color: Medium Orchid. HEX triplet: BE, 5B and ED. RGB value is (190,91,237). Sum of RGB (Red+Green+Blue) = 190+91+237=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE5BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5BED is #41A412. Grayscale: #888888. Windows color (decimal): -4301843 or 15555518. OLE color: 15555518.
HSL color Cylindrical-coordinate representation of color #BE5BED: hue angle of 280.68º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE5BED is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 91 | 237 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.07 |
| HSL | 280.68º | 0.8% | 0.64% | - |
| HSV(B) | 280.68º | 0.62% | 0.93% | - |
| XYZ | 40.26 | 24.54 | 82.74 | - |
| YUV | 137.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 237 | 0.20 | 0.62 | 0 | 0.07 | 280.68 | 0.8 | 0.64 |
| Hex | BE | 5B | ED | 14 | 3E | 0 | 7 | 119 | 50 | 40 |
| Octal | 276 | 133 | 355 | 24 | 76 | 0 | 7 | 431 | 120 | 100 |
| Binary | 10111110 | 1011011 | 11101101 | 10100 | 111110 | 0 | 111 | 100011001 | 1010000 | 1000000 |
Color Harmonies of #BE5BED
Complementary color
Monochromatic Colors of #BE5BED
Black with #BE5BED
Text Example
Text Example
White with #BE5BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5BED; }
p { color: rgb(190,91,237); }
H1.HeaderClassName
{
color: #BE5BED;
}
.AnyTagClassName
{
color: #BE5BED;
}
</style>
background-color css
<style>
a { background-color: #BE5BED; }
a { background-color: rgb(190,91,237); }
div.DivClassName
{
background-color: #BE5BED;
}
.BgClassName
{
background-color: #BE5BED;
}
</style>
border-color css
<style>
span { border-color: #BE5BED; }
span { border-color: rgb(190,91,237); }
td.TdClassName
{
border-color: #BE5BED;
}
.TagClassName
{
border-color: #BE5BED;
}
</style>