Shades of Medium Orchid #BE50CE
Tints of Medium Orchid #BE50CE
RGB
CMYK
RGB Variations
Color information
#BE50CE (or 0xBE50CE) is known color: Medium Orchid. HEX triplet: BE, 50 and CE. RGB value is (190,80,206). Sum of RGB (Red+Green+Blue) = 190+80+206=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE50CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50CE is #41AF31. Grayscale: #7E7E7E. Windows color (decimal): -4304690 or 13521086. OLE color: 13521086.
HSL color Cylindrical-coordinate representation of color #BE50CE: hue angle of 292.38º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE50CE is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 80 | 206 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.19 |
| HSL | 292.38º | 0.56% | 0.56% | - |
| HSV(B) | 292.38º | 0.61% | 0.81% | - |
| XYZ | 35.24 | 21.14 | 60.62 | - |
| YUV | 127.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 206 | 0.08 | 0.61 | 0 | 0.19 | 292.38 | 0.56 | 0.56 |
| Hex | BE | 50 | CE | 8 | 3D | 0 | 13 | 124 | 38 | 38 |
| Octal | 276 | 120 | 316 | 10 | 75 | 0 | 23 | 444 | 70 | 70 |
| Binary | 10111110 | 1010000 | 11001110 | 1000 | 111101 | 0 | 10011 | 100100100 | 111000 | 111000 |
Color Harmonies of #BE50CE
Complementary color
Monochromatic Colors of #BE50CE
Black with #BE50CE
Text Example
Text Example
White with #BE50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50CE; }
p { color: rgb(190,80,206); }
H1.HeaderClassName
{
color: #BE50CE;
}
.AnyTagClassName
{
color: #BE50CE;
}
</style>
background-color css
<style>
a { background-color: #BE50CE; }
a { background-color: rgb(190,80,206); }
div.DivClassName
{
background-color: #BE50CE;
}
.BgClassName
{
background-color: #BE50CE;
}
</style>
border-color css
<style>
span { border-color: #BE50CE; }
span { border-color: rgb(190,80,206); }
td.TdClassName
{
border-color: #BE50CE;
}
.TagClassName
{
border-color: #BE50CE;
}
</style>