Shades of Medium Orchid #BE6ACD
Tints of Medium Orchid #BE6ACD
RGB
CMYK
RGB Variations
Color information
#BE6ACD (or 0xBE6ACD) is known color: Medium Orchid. HEX triplet: BE, 6A and CD. RGB value is (190,106,205). Sum of RGB (Red+Green+Blue) = 190+106+205=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE6ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ACD is #419532. Grayscale: #8E8E8E. Windows color (decimal): -4298035 or 13462206. OLE color: 13462206.
HSL color Cylindrical-coordinate representation of color #BE6ACD: hue angle of 290.91º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6ACD is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 106 | 205 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.20 |
| HSL | 290.91º | 0.5% | 0.61% | - |
| HSV(B) | 290.91º | 0.48% | 0.8% | - |
| XYZ | 37.41 | 25.66 | 60.74 | - |
| YUV | 142.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 205 | 0.07 | 0.48 | 0 | 0.20 | 290.91 | 0.5 | 0.61 |
| Hex | BE | 6A | CD | 7 | 30 | 0 | 14 | 123 | 32 | 3D |
| Octal | 276 | 152 | 315 | 7 | 60 | 0 | 24 | 443 | 62 | 75 |
| Binary | 10111110 | 1101010 | 11001101 | 111 | 110000 | 0 | 10100 | 100100011 | 110010 | 111101 |
Color Harmonies of #BE6ACD
Complementary color
Monochromatic Colors of #BE6ACD
Black with #BE6ACD
Text Example
Text Example
White with #BE6ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6ACD; }
p { color: rgb(190,106,205); }
H1.HeaderClassName
{
color: #BE6ACD;
}
.AnyTagClassName
{
color: #BE6ACD;
}
</style>
background-color css
<style>
a { background-color: #BE6ACD; }
a { background-color: rgb(190,106,205); }
div.DivClassName
{
background-color: #BE6ACD;
}
.BgClassName
{
background-color: #BE6ACD;
}
</style>
border-color css
<style>
span { border-color: #BE6ACD; }
span { border-color: rgb(190,106,205); }
td.TdClassName
{
border-color: #BE6ACD;
}
.TagClassName
{
border-color: #BE6ACD;
}
</style>