Shades of Medium Orchid #BE5ADB
Tints of Medium Orchid #BE5ADB
RGB
CMYK
RGB Variations
Color information
#BE5ADB (or 0xBE5ADB) is known color: Medium Orchid. HEX triplet: BE, 5A and DB. RGB value is (190,90,219). Sum of RGB (Red+Green+Blue) = 190+90+219=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE5ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5ADB is #41A524. Grayscale: #868686. Windows color (decimal): -4302117 or 14375614. OLE color: 14375614.
HSL color Cylindrical-coordinate representation of color #BE5ADB: hue angle of 286.51º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE5ADB is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 90 | 219 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.14 |
| HSL | 286.51º | 0.64% | 0.61% | - |
| HSV(B) | 286.51º | 0.59% | 0.86% | - |
| XYZ | 37.68 | 23.37 | 69.54 | - |
| YUV | 134.61 | 175.63 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 219 | 0.13 | 0.59 | 0 | 0.14 | 286.51 | 0.64 | 0.61 |
| Hex | BE | 5A | DB | D | 3B | 0 | E | 11F | 40 | 3D |
| Octal | 276 | 132 | 333 | 15 | 73 | 0 | 16 | 437 | 100 | 75 |
| Binary | 10111110 | 1011010 | 11011011 | 1101 | 111011 | 0 | 1110 | 100011111 | 1000000 | 111101 |
Color Harmonies of #BE5ADB
Complementary color
Monochromatic Colors of #BE5ADB
Black with #BE5ADB
Text Example
Text Example
White with #BE5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5ADB; }
p { color: rgb(190,90,219); }
H1.HeaderClassName
{
color: #BE5ADB;
}
.AnyTagClassName
{
color: #BE5ADB;
}
</style>
background-color css
<style>
a { background-color: #BE5ADB; }
a { background-color: rgb(190,90,219); }
div.DivClassName
{
background-color: #BE5ADB;
}
.BgClassName
{
background-color: #BE5ADB;
}
</style>
border-color css
<style>
span { border-color: #BE5ADB; }
span { border-color: rgb(190,90,219); }
td.TdClassName
{
border-color: #BE5ADB;
}
.TagClassName
{
border-color: #BE5ADB;
}
</style>