Shades of Medium Orchid #BE5BDA
Tints of Medium Orchid #BE5BDA
RGB
CMYK
RGB Variations
Color information
#BE5BDA (or 0xBE5BDA) is known color: Medium Orchid. HEX triplet: BE, 5B and DA. RGB value is (190,91,218). Sum of RGB (Red+Green+Blue) = 190+91+218=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE5BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BDA is #41A425. Grayscale: #868686. Windows color (decimal): -4301862 or 14310334. OLE color: 14310334.
HSL color Cylindrical-coordinate representation of color #BE5BDA: hue angle of 286.77º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE5BDA is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 91 | 218 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.15 |
| HSL | 286.77º | 0.63% | 0.61% | - |
| HSV(B) | 286.77º | 0.58% | 0.85% | - |
| XYZ | 37.63 | 23.49 | 68.88 | - |
| YUV | 135.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 218 | 0.13 | 0.58 | 0 | 0.15 | 286.77 | 0.63 | 0.61 |
| Hex | BE | 5B | DA | D | 3A | 0 | F | 11F | 3F | 3D |
| Octal | 276 | 133 | 332 | 15 | 72 | 0 | 17 | 437 | 77 | 75 |
| Binary | 10111110 | 1011011 | 11011010 | 1101 | 111010 | 0 | 1111 | 100011111 | 111111 | 111101 |
Color Harmonies of #BE5BDA
Complementary color
Monochromatic Colors of #BE5BDA
Black with #BE5BDA
Text Example
Text Example
White with #BE5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5BDA; }
p { color: rgb(190,91,218); }
H1.HeaderClassName
{
color: #BE5BDA;
}
.AnyTagClassName
{
color: #BE5BDA;
}
</style>
background-color css
<style>
a { background-color: #BE5BDA; }
a { background-color: rgb(190,91,218); }
div.DivClassName
{
background-color: #BE5BDA;
}
.BgClassName
{
background-color: #BE5BDA;
}
</style>
border-color css
<style>
span { border-color: #BE5BDA; }
span { border-color: rgb(190,91,218); }
td.TdClassName
{
border-color: #BE5BDA;
}
.TagClassName
{
border-color: #BE5BDA;
}
</style>