Shades of Medium Orchid #BE6ED3
Tints of Medium Orchid #BE6ED3
RGB
CMYK
RGB Variations
Color information
#BE6ED3 (or 0xBE6ED3) is known color: Medium Orchid. HEX triplet: BE, 6E and D3. RGB value is (190,110,211). Sum of RGB (Red+Green+Blue) = 190+110+211=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE6ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ED3 is #41912C. Grayscale: #919191. Windows color (decimal): -4297005 or 13856446. OLE color: 13856446.
HSL color Cylindrical-coordinate representation of color #BE6ED3: hue angle of 287.52º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6ED3 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 110 | 211 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.17 |
| HSL | 287.52º | 0.53% | 0.63% | - |
| HSV(B) | 287.52º | 0.48% | 0.83% | - |
| XYZ | 38.57 | 26.8 | 64.77 | - |
| YUV | 145.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 211 | 0.10 | 0.48 | 0 | 0.17 | 287.52 | 0.53 | 0.63 |
| Hex | BE | 6E | D3 | A | 30 | 0 | 11 | 120 | 35 | 3F |
| Octal | 276 | 156 | 323 | 12 | 60 | 0 | 21 | 440 | 65 | 77 |
| Binary | 10111110 | 1101110 | 11010011 | 1010 | 110000 | 0 | 10001 | 100100000 | 110101 | 111111 |
Color Harmonies of #BE6ED3
Complementary color
Monochromatic Colors of #BE6ED3
Black with #BE6ED3
Text Example
Text Example
White with #BE6ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6ED3; }
p { color: rgb(190,110,211); }
H1.HeaderClassName
{
color: #BE6ED3;
}
.AnyTagClassName
{
color: #BE6ED3;
}
</style>
background-color css
<style>
a { background-color: #BE6ED3; }
a { background-color: rgb(190,110,211); }
div.DivClassName
{
background-color: #BE6ED3;
}
.BgClassName
{
background-color: #BE6ED3;
}
</style>
border-color css
<style>
span { border-color: #BE6ED3; }
span { border-color: rgb(190,110,211); }
td.TdClassName
{
border-color: #BE6ED3;
}
.TagClassName
{
border-color: #BE6ED3;
}
</style>