Shades of Medium Orchid #BE6DDB
Tints of Medium Orchid #BE6DDB
RGB
CMYK
RGB Variations
Color information
#BE6DDB (or 0xBE6DDB) is known color: Medium Orchid. HEX triplet: BE, 6D and DB. RGB value is (190,109,219). Sum of RGB (Red+Green+Blue) = 190+109+219=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DDB is #419224. Grayscale: #919191. Windows color (decimal): -4297253 or 14380478. OLE color: 14380478.
HSL color Cylindrical-coordinate representation of color #BE6DDB: hue angle of 284.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE6DDB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 109 | 219 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.14 |
| HSL | 284.18º | 0.6% | 0.64% | - |
| HSV(B) | 284.18º | 0.5% | 0.86% | - |
| XYZ | 39.49 | 27 | 70.15 | - |
| YUV | 145.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 219 | 0.13 | 0.50 | 0 | 0.14 | 284.18 | 0.6 | 0.64 |
| Hex | BE | 6D | DB | D | 32 | 0 | E | 11C | 3C | 40 |
| Octal | 276 | 155 | 333 | 15 | 62 | 0 | 16 | 434 | 74 | 100 |
| Binary | 10111110 | 1101101 | 11011011 | 1101 | 110010 | 0 | 1110 | 100011100 | 111100 | 1000000 |
Color Harmonies of #BE6DDB
Complementary color
Monochromatic Colors of #BE6DDB
Black with #BE6DDB
Text Example
Text Example
White with #BE6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6DDB; }
p { color: rgb(190,109,219); }
H1.HeaderClassName
{
color: #BE6DDB;
}
.AnyTagClassName
{
color: #BE6DDB;
}
</style>
background-color css
<style>
a { background-color: #BE6DDB; }
a { background-color: rgb(190,109,219); }
div.DivClassName
{
background-color: #BE6DDB;
}
.BgClassName
{
background-color: #BE6DDB;
}
</style>
border-color css
<style>
span { border-color: #BE6DDB; }
span { border-color: rgb(190,109,219); }
td.TdClassName
{
border-color: #BE6DDB;
}
.TagClassName
{
border-color: #BE6DDB;
}
</style>