Shades of Medium Orchid #BE50CF
Tints of Medium Orchid #BE50CF
RGB
CMYK
RGB Variations
Color information
#BE50CF (or 0xBE50CF) is known color: Medium Orchid. HEX triplet: BE, 50 and CF. RGB value is (190,80,207). Sum of RGB (Red+Green+Blue) = 190+80+207=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE50CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50CF is #41AF30. Grayscale: #7E7E7E. Windows color (decimal): -4304689 or 13586622. OLE color: 13586622.
HSL color Cylindrical-coordinate representation of color #BE50CF: hue angle of 291.97º degrees, saturation: 0.57, 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 #BE50CF is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 80 | 207 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.19 |
| HSL | 291.97º | 0.57% | 0.56% | - |
| HSV(B) | 291.97º | 0.61% | 0.81% | - |
| XYZ | 35.37 | 21.19 | 61.26 | - |
| YUV | 127.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 207 | 0.08 | 0.61 | 0 | 0.19 | 291.97 | 0.57 | 0.56 |
| Hex | BE | 50 | CF | 8 | 3D | 0 | 13 | 124 | 39 | 38 |
| Octal | 276 | 120 | 317 | 10 | 75 | 0 | 23 | 444 | 71 | 70 |
| Binary | 10111110 | 1010000 | 11001111 | 1000 | 111101 | 0 | 10011 | 100100100 | 111001 | 111000 |
Color Harmonies of #BE50CF
Complementary color
Monochromatic Colors of #BE50CF
Black with #BE50CF
Text Example
Text Example
White with #BE50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50CF; }
p { color: rgb(190,80,207); }
H1.HeaderClassName
{
color: #BE50CF;
}
.AnyTagClassName
{
color: #BE50CF;
}
</style>
background-color css
<style>
a { background-color: #BE50CF; }
a { background-color: rgb(190,80,207); }
div.DivClassName
{
background-color: #BE50CF;
}
.BgClassName
{
background-color: #BE50CF;
}
</style>
border-color css
<style>
span { border-color: #BE50CF; }
span { border-color: rgb(190,80,207); }
td.TdClassName
{
border-color: #BE50CF;
}
.TagClassName
{
border-color: #BE50CF;
}
</style>