Shades of Medium Orchid #BE6BDB
Tints of Medium Orchid #BE6BDB
RGB
CMYK
RGB Variations
Color information
#BE6BDB (or 0xBE6BDB) is known color: Medium Orchid. HEX triplet: BE, 6B and DB. RGB value is (190,107,219). Sum of RGB (Red+Green+Blue) = 190+107+219=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BDB is #419424. Grayscale: #909090. Windows color (decimal): -4297765 or 14379966. OLE color: 14379966.
HSL color Cylindrical-coordinate representation of color #BE6BDB: hue angle of 284.46º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE6BDB is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 107 | 219 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.14 |
| HSL | 284.46º | 0.61% | 0.64% | - |
| HSV(B) | 284.46º | 0.51% | 0.86% | - |
| XYZ | 39.28 | 26.58 | 70.08 | - |
| YUV | 144.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 219 | 0.13 | 0.51 | 0 | 0.14 | 284.46 | 0.61 | 0.64 |
| Hex | BE | 6B | DB | D | 33 | 0 | E | 11C | 3D | 40 |
| Octal | 276 | 153 | 333 | 15 | 63 | 0 | 16 | 434 | 75 | 100 |
| Binary | 10111110 | 1101011 | 11011011 | 1101 | 110011 | 0 | 1110 | 100011100 | 111101 | 1000000 |
Color Harmonies of #BE6BDB
Complementary color
Monochromatic Colors of #BE6BDB
Black with #BE6BDB
Text Example
Text Example
White with #BE6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6BDB; }
p { color: rgb(190,107,219); }
H1.HeaderClassName
{
color: #BE6BDB;
}
.AnyTagClassName
{
color: #BE6BDB;
}
</style>
background-color css
<style>
a { background-color: #BE6BDB; }
a { background-color: rgb(190,107,219); }
div.DivClassName
{
background-color: #BE6BDB;
}
.BgClassName
{
background-color: #BE6BDB;
}
</style>
border-color css
<style>
span { border-color: #BE6BDB; }
span { border-color: rgb(190,107,219); }
td.TdClassName
{
border-color: #BE6BDB;
}
.TagClassName
{
border-color: #BE6BDB;
}
</style>