Shades of Medium Orchid #BE6CCF
Tints of Medium Orchid #BE6CCF
RGB
CMYK
RGB Variations
Color information
#BE6CCF (or 0xBE6CCF) is known color: Medium Orchid. HEX triplet: BE, 6C and CF. RGB value is (190,108,207). Sum of RGB (Red+Green+Blue) = 190+108+207=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE6CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6CCF is #419330. Grayscale: #8F8F8F. Windows color (decimal): -4297521 or 13593790. OLE color: 13593790.
HSL color Cylindrical-coordinate representation of color #BE6CCF: hue angle of 289.7º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6CCF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 108 | 207 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.19 |
| HSL | 289.7º | 0.51% | 0.62% | - |
| HSV(B) | 289.7º | 0.48% | 0.81% | - |
| XYZ | 37.86 | 26.18 | 62.09 | - |
| YUV | 143.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 207 | 0.08 | 0.48 | 0 | 0.19 | 289.7 | 0.51 | 0.62 |
| Hex | BE | 6C | CF | 8 | 30 | 0 | 13 | 122 | 33 | 3E |
| Octal | 276 | 154 | 317 | 10 | 60 | 0 | 23 | 442 | 63 | 76 |
| Binary | 10111110 | 1101100 | 11001111 | 1000 | 110000 | 0 | 10011 | 100100010 | 110011 | 111110 |
Color Harmonies of #BE6CCF
Complementary color
Monochromatic Colors of #BE6CCF
Black with #BE6CCF
Text Example
Text Example
White with #BE6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6CCF; }
p { color: rgb(190,108,207); }
H1.HeaderClassName
{
color: #BE6CCF;
}
.AnyTagClassName
{
color: #BE6CCF;
}
</style>
background-color css
<style>
a { background-color: #BE6CCF; }
a { background-color: rgb(190,108,207); }
div.DivClassName
{
background-color: #BE6CCF;
}
.BgClassName
{
background-color: #BE6CCF;
}
</style>
border-color css
<style>
span { border-color: #BE6CCF; }
span { border-color: rgb(190,108,207); }
td.TdClassName
{
border-color: #BE6CCF;
}
.TagClassName
{
border-color: #BE6CCF;
}
</style>