Shades of Medium Orchid #BE6CDB
Tints of Medium Orchid #BE6CDB
RGB
CMYK
RGB Variations
Color information
#BE6CDB (or 0xBE6CDB) is known color: Medium Orchid. HEX triplet: BE, 6C and DB. RGB value is (190,108,219). Sum of RGB (Red+Green+Blue) = 190+108+219=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6CDB is #419324. Grayscale: #909090. Windows color (decimal): -4297509 or 14380222. OLE color: 14380222.
HSL color Cylindrical-coordinate representation of color #BE6CDB: hue angle of 284.32º 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 #BE6CDB is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 108 | 219 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.14 |
| HSL | 284.32º | 0.61% | 0.64% | - |
| HSV(B) | 284.32º | 0.51% | 0.86% | - |
| XYZ | 39.38 | 26.79 | 70.11 | - |
| YUV | 145.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 219 | 0.13 | 0.51 | 0 | 0.14 | 284.32 | 0.61 | 0.64 |
| Hex | BE | 6C | DB | D | 33 | 0 | E | 11C | 3D | 40 |
| Octal | 276 | 154 | 333 | 15 | 63 | 0 | 16 | 434 | 75 | 100 |
| Binary | 10111110 | 1101100 | 11011011 | 1101 | 110011 | 0 | 1110 | 100011100 | 111101 | 1000000 |
Color Harmonies of #BE6CDB
Complementary color
Monochromatic Colors of #BE6CDB
Black with #BE6CDB
Text Example
Text Example
White with #BE6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6CDB; }
p { color: rgb(190,108,219); }
H1.HeaderClassName
{
color: #BE6CDB;
}
.AnyTagClassName
{
color: #BE6CDB;
}
</style>
background-color css
<style>
a { background-color: #BE6CDB; }
a { background-color: rgb(190,108,219); }
div.DivClassName
{
background-color: #BE6CDB;
}
.BgClassName
{
background-color: #BE6CDB;
}
</style>
border-color css
<style>
span { border-color: #BE6CDB; }
span { border-color: rgb(190,108,219); }
td.TdClassName
{
border-color: #BE6CDB;
}
.TagClassName
{
border-color: #BE6CDB;
}
</style>