Shades of Medium Orchid #BE6ECB
Tints of Medium Orchid #BE6ECB
RGB
CMYK
RGB Variations
Color information
#BE6ECB (or 0xBE6ECB) is known color: Medium Orchid. HEX triplet: BE, 6E and CB. RGB value is (190,110,203). Sum of RGB (Red+Green+Blue) = 190+110+203=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ECB is #419134. Grayscale: #909090. Windows color (decimal): -4297013 or 13332158. OLE color: 13332158.
HSL color Cylindrical-coordinate representation of color #BE6ECB: hue angle of 291.61º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6ECB is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 110 | 203 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.20 |
| HSL | 291.61º | 0.47% | 0.61% | - |
| HSV(B) | 291.61º | 0.46% | 0.8% | - |
| XYZ | 37.59 | 26.41 | 59.62 | - |
| YUV | 144.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 203 | 0.06 | 0.46 | 0 | 0.20 | 291.61 | 0.47 | 0.61 |
| Hex | BE | 6E | CB | 6 | 2E | 0 | 14 | 124 | 2F | 3D |
| Octal | 276 | 156 | 313 | 6 | 56 | 0 | 24 | 444 | 57 | 75 |
| Binary | 10111110 | 1101110 | 11001011 | 110 | 101110 | 0 | 10100 | 100100100 | 101111 | 111101 |
Color Harmonies of #BE6ECB
Complementary color
Monochromatic Colors of #BE6ECB
Black with #BE6ECB
Text Example
Text Example
White with #BE6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6ECB; }
p { color: rgb(190,110,203); }
H1.HeaderClassName
{
color: #BE6ECB;
}
.AnyTagClassName
{
color: #BE6ECB;
}
</style>
background-color css
<style>
a { background-color: #BE6ECB; }
a { background-color: rgb(190,110,203); }
div.DivClassName
{
background-color: #BE6ECB;
}
.BgClassName
{
background-color: #BE6ECB;
}
</style>
border-color css
<style>
span { border-color: #BE6ECB; }
span { border-color: rgb(190,110,203); }
td.TdClassName
{
border-color: #BE6ECB;
}
.TagClassName
{
border-color: #BE6ECB;
}
</style>