Shades of Medium Orchid #BE6DCE
Tints of Medium Orchid #BE6DCE
RGB
CMYK
RGB Variations
Color information
#BE6DCE (or 0xBE6DCE) is known color: Medium Orchid. HEX triplet: BE, 6D and CE. RGB value is (190,109,206). Sum of RGB (Red+Green+Blue) = 190+109+206=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE6DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DCE is #419231. Grayscale: #8F8F8F. Windows color (decimal): -4297266 or 13528510. OLE color: 13528510.
HSL color Cylindrical-coordinate representation of color #BE6DCE: hue angle of 290.1º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6DCE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 109 | 206 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.19 |
| HSL | 290.1º | 0.5% | 0.62% | - |
| HSV(B) | 290.1º | 0.47% | 0.81% | - |
| XYZ | 37.84 | 26.34 | 61.48 | - |
| YUV | 144.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 206 | 0.08 | 0.47 | 0 | 0.19 | 290.1 | 0.5 | 0.62 |
| Hex | BE | 6D | CE | 8 | 2F | 0 | 13 | 122 | 32 | 3E |
| Octal | 276 | 155 | 316 | 10 | 57 | 0 | 23 | 442 | 62 | 76 |
| Binary | 10111110 | 1101101 | 11001110 | 1000 | 101111 | 0 | 10011 | 100100010 | 110010 | 111110 |
Color Harmonies of #BE6DCE
Complementary color
Monochromatic Colors of #BE6DCE
Black with #BE6DCE
Text Example
Text Example
White with #BE6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6DCE; }
p { color: rgb(190,109,206); }
H1.HeaderClassName
{
color: #BE6DCE;
}
.AnyTagClassName
{
color: #BE6DCE;
}
</style>
background-color css
<style>
a { background-color: #BE6DCE; }
a { background-color: rgb(190,109,206); }
div.DivClassName
{
background-color: #BE6DCE;
}
.BgClassName
{
background-color: #BE6DCE;
}
</style>
border-color css
<style>
span { border-color: #BE6DCE; }
span { border-color: rgb(190,109,206); }
td.TdClassName
{
border-color: #BE6DCE;
}
.TagClassName
{
border-color: #BE6DCE;
}
</style>