Shades of Medium Orchid #BE6ACE
Tints of Medium Orchid #BE6ACE
RGB
CMYK
RGB Variations
Color information
#BE6ACE (or 0xBE6ACE) is known color: Medium Orchid. HEX triplet: BE, 6A and CE. RGB value is (190,106,206). Sum of RGB (Red+Green+Blue) = 190+106+206=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ACE is #419531. Grayscale: #8E8E8E. Windows color (decimal): -4298034 or 13527742. OLE color: 13527742.
HSL color Cylindrical-coordinate representation of color #BE6ACE: hue angle of 290.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6ACE is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 106 | 206 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.19 |
| HSL | 290.4º | 0.51% | 0.61% | - |
| HSV(B) | 290.4º | 0.49% | 0.81% | - |
| XYZ | 37.53 | 25.71 | 61.38 | - |
| YUV | 142.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 206 | 0.08 | 0.49 | 0 | 0.19 | 290.4 | 0.51 | 0.61 |
| Hex | BE | 6A | CE | 8 | 31 | 0 | 13 | 122 | 33 | 3D |
| Octal | 276 | 152 | 316 | 10 | 61 | 0 | 23 | 442 | 63 | 75 |
| Binary | 10111110 | 1101010 | 11001110 | 1000 | 110001 | 0 | 10011 | 100100010 | 110011 | 111101 |
Color Harmonies of #BE6ACE
Complementary color
Monochromatic Colors of #BE6ACE
Black with #BE6ACE
Text Example
Text Example
White with #BE6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6ACE; }
p { color: rgb(190,106,206); }
H1.HeaderClassName
{
color: #BE6ACE;
}
.AnyTagClassName
{
color: #BE6ACE;
}
</style>
background-color css
<style>
a { background-color: #BE6ACE; }
a { background-color: rgb(190,106,206); }
div.DivClassName
{
background-color: #BE6ACE;
}
.BgClassName
{
background-color: #BE6ACE;
}
</style>
border-color css
<style>
span { border-color: #BE6ACE; }
span { border-color: rgb(190,106,206); }
td.TdClassName
{
border-color: #BE6ACE;
}
.TagClassName
{
border-color: #BE6ACE;
}
</style>