Shades of Medium Orchid #BE6BDC
Tints of Medium Orchid #BE6BDC
RGB
CMYK
RGB Variations
Color information
#BE6BDC (or 0xBE6BDC) is known color: Medium Orchid. HEX triplet: BE, 6B and DC. RGB value is (190,107,220). Sum of RGB (Red+Green+Blue) = 190+107+220=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BDC is #419423. Grayscale: #909090. Windows color (decimal): -4297764 or 14445502. OLE color: 14445502.
HSL color Cylindrical-coordinate representation of color #BE6BDC: hue angle of 284.07º degrees, saturation: 0.62, 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 #BE6BDC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 107 | 220 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.14 |
| HSL | 284.07º | 0.62% | 0.64% | - |
| HSV(B) | 284.07º | 0.51% | 0.86% | - |
| XYZ | 39.41 | 26.63 | 70.77 | - |
| YUV | 144.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 220 | 0.14 | 0.51 | 0 | 0.14 | 284.07 | 0.62 | 0.64 |
| Hex | BE | 6B | DC | E | 33 | 0 | E | 11C | 3E | 40 |
| Octal | 276 | 153 | 334 | 16 | 63 | 0 | 16 | 434 | 76 | 100 |
| Binary | 10111110 | 1101011 | 11011100 | 1110 | 110011 | 0 | 1110 | 100011100 | 111110 | 1000000 |
Color Harmonies of #BE6BDC
Complementary color
Monochromatic Colors of #BE6BDC
Black with #BE6BDC
Text Example
Text Example
White with #BE6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6BDC; }
p { color: rgb(190,107,220); }
H1.HeaderClassName
{
color: #BE6BDC;
}
.AnyTagClassName
{
color: #BE6BDC;
}
</style>
background-color css
<style>
a { background-color: #BE6BDC; }
a { background-color: rgb(190,107,220); }
div.DivClassName
{
background-color: #BE6BDC;
}
.BgClassName
{
background-color: #BE6BDC;
}
</style>
border-color css
<style>
span { border-color: #BE6BDC; }
span { border-color: rgb(190,107,220); }
td.TdClassName
{
border-color: #BE6BDC;
}
.TagClassName
{
border-color: #BE6BDC;
}
</style>