Shades of Medium Orchid #BE6DCF
Tints of Medium Orchid #BE6DCF
RGB
CMYK
RGB Variations
Color information
#BE6DCF (or 0xBE6DCF) is known color: Medium Orchid. HEX triplet: BE, 6D and CF. RGB value is (190,109,207). Sum of RGB (Red+Green+Blue) = 190+109+207=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DCF is #419230. Grayscale: #909090. Windows color (decimal): -4297265 or 13594046. OLE color: 13594046.
HSL color Cylindrical-coordinate representation of color #BE6DCF: hue angle of 289.59º degrees, saturation: 0.51, 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 #BE6DCF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 109 | 207 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.19 |
| HSL | 289.59º | 0.51% | 0.62% | - |
| HSV(B) | 289.59º | 0.47% | 0.81% | - |
| XYZ | 37.97 | 26.39 | 62.12 | - |
| YUV | 144.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 207 | 0.08 | 0.47 | 0 | 0.19 | 289.59 | 0.51 | 0.62 |
| Hex | BE | 6D | CF | 8 | 2F | 0 | 13 | 122 | 33 | 3E |
| Octal | 276 | 155 | 317 | 10 | 57 | 0 | 23 | 442 | 63 | 76 |
| Binary | 10111110 | 1101101 | 11001111 | 1000 | 101111 | 0 | 10011 | 100100010 | 110011 | 111110 |
Color Harmonies of #BE6DCF
Complementary color
Monochromatic Colors of #BE6DCF
Black with #BE6DCF
Text Example
Text Example
White with #BE6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6DCF; }
p { color: rgb(190,109,207); }
H1.HeaderClassName
{
color: #BE6DCF;
}
.AnyTagClassName
{
color: #BE6DCF;
}
</style>
background-color css
<style>
a { background-color: #BE6DCF; }
a { background-color: rgb(190,109,207); }
div.DivClassName
{
background-color: #BE6DCF;
}
.BgClassName
{
background-color: #BE6DCF;
}
</style>
border-color css
<style>
span { border-color: #BE6DCF; }
span { border-color: rgb(190,109,207); }
td.TdClassName
{
border-color: #BE6DCF;
}
.TagClassName
{
border-color: #BE6DCF;
}
</style>