Shades of Medium Orchid #BE6CDC
Tints of Medium Orchid #BE6CDC
RGB
CMYK
RGB Variations
Color information
#BE6CDC (or 0xBE6CDC) is known color: Medium Orchid. HEX triplet: BE, 6C and DC. RGB value is (190,108,220). Sum of RGB (Red+Green+Blue) = 190+108+220=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6CDC is #419323. Grayscale: #909090. Windows color (decimal): -4297508 or 14445758. OLE color: 14445758.
HSL color Cylindrical-coordinate representation of color #BE6CDC: hue angle of 283.93º 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 #BE6CDC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 108 | 220 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.14 |
| HSL | 283.93º | 0.62% | 0.64% | - |
| HSV(B) | 283.93º | 0.51% | 0.86% | - |
| XYZ | 39.52 | 26.84 | 70.81 | - |
| YUV | 145.29 | 170.17 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 220 | 0.14 | 0.51 | 0 | 0.14 | 283.93 | 0.62 | 0.64 |
| Hex | BE | 6C | DC | E | 33 | 0 | E | 11C | 3E | 40 |
| Octal | 276 | 154 | 334 | 16 | 63 | 0 | 16 | 434 | 76 | 100 |
| Binary | 10111110 | 1101100 | 11011100 | 1110 | 110011 | 0 | 1110 | 100011100 | 111110 | 1000000 |
Color Harmonies of #BE6CDC
Complementary color
Monochromatic Colors of #BE6CDC
Black with #BE6CDC
Text Example
Text Example
White with #BE6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6CDC; }
p { color: rgb(190,108,220); }
H1.HeaderClassName
{
color: #BE6CDC;
}
.AnyTagClassName
{
color: #BE6CDC;
}
</style>
background-color css
<style>
a { background-color: #BE6CDC; }
a { background-color: rgb(190,108,220); }
div.DivClassName
{
background-color: #BE6CDC;
}
.BgClassName
{
background-color: #BE6CDC;
}
</style>
border-color css
<style>
span { border-color: #BE6CDC; }
span { border-color: rgb(190,108,220); }
td.TdClassName
{
border-color: #BE6CDC;
}
.TagClassName
{
border-color: #BE6CDC;
}
</style>