Shades of Medium Orchid #BE6DD0
Tints of Medium Orchid #BE6DD0
RGB
CMYK
RGB Variations
Color information
#BE6DD0 (or 0xBE6DD0) is known color: Medium Orchid. HEX triplet: BE, 6D and D0. RGB value is (190,109,208). Sum of RGB (Red+Green+Blue) = 190+109+208=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE6DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DD0 is #41922F. Grayscale: #909090. Windows color (decimal): -4297264 or 13659582. OLE color: 13659582.
HSL color Cylindrical-coordinate representation of color #BE6DD0: hue angle of 289.09º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6DD0 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 109 | 208 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.18 |
| HSL | 289.09º | 0.51% | 0.62% | - |
| HSV(B) | 289.09º | 0.48% | 0.82% | - |
| XYZ | 38.09 | 26.44 | 62.77 | - |
| YUV | 144.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 208 | 0.09 | 0.48 | 0 | 0.18 | 289.09 | 0.51 | 0.62 |
| Hex | BE | 6D | D0 | 9 | 30 | 0 | 12 | 121 | 33 | 3E |
| Octal | 276 | 155 | 320 | 11 | 60 | 0 | 22 | 441 | 63 | 76 |
| Binary | 10111110 | 1101101 | 11010000 | 1001 | 110000 | 0 | 10010 | 100100001 | 110011 | 111110 |
Color Harmonies of #BE6DD0
Complementary color
Monochromatic Colors of #BE6DD0
Black with #BE6DD0
Text Example
Text Example
White with #BE6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6DD0; }
p { color: rgb(190,109,208); }
H1.HeaderClassName
{
color: #BE6DD0;
}
.AnyTagClassName
{
color: #BE6DD0;
}
</style>
background-color css
<style>
a { background-color: #BE6DD0; }
a { background-color: rgb(190,109,208); }
div.DivClassName
{
background-color: #BE6DD0;
}
.BgClassName
{
background-color: #BE6DD0;
}
</style>
border-color css
<style>
span { border-color: #BE6DD0; }
span { border-color: rgb(190,109,208); }
td.TdClassName
{
border-color: #BE6DD0;
}
.TagClassName
{
border-color: #BE6DD0;
}
</style>