Shades of Medium Orchid #BE40CF
Tints of Medium Orchid #BE40CF
RGB
CMYK
RGB Variations
Color information
#BE40CF (or 0xBE40CF) is known color: Medium Orchid. HEX triplet: BE, 40 and CF. RGB value is (190,64,207). Sum of RGB (Red+Green+Blue) = 190+64+207=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE40CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40CF is #41BF30. Grayscale: #757575. Windows color (decimal): -4308785 or 13582526. OLE color: 13582526.
HSL color Cylindrical-coordinate representation of color #BE40CF: hue angle of 292.87º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE40CF is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 64 | 207 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.19 |
| HSL | 292.87º | 0.6% | 0.53% | - |
| HSV(B) | 292.87º | 0.69% | 0.81% | - |
| XYZ | 34.33 | 19.12 | 60.91 | - |
| YUV | 117.98 | 178.24 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 207 | 0.08 | 0.69 | 0 | 0.19 | 292.87 | 0.6 | 0.53 |
| Hex | BE | 40 | CF | 8 | 45 | 0 | 13 | 125 | 3C | 35 |
| Octal | 276 | 100 | 317 | 10 | 105 | 0 | 23 | 445 | 74 | 65 |
| Binary | 10111110 | 1000000 | 11001111 | 1000 | 1000101 | 0 | 10011 | 100100101 | 111100 | 110101 |
Color Harmonies of #BE40CF
Complementary color
Monochromatic Colors of #BE40CF
Black with #BE40CF
Text Example
Text Example
White with #BE40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40CF; }
p { color: rgb(190,64,207); }
H1.HeaderClassName
{
color: #BE40CF;
}
.AnyTagClassName
{
color: #BE40CF;
}
</style>
background-color css
<style>
a { background-color: #BE40CF; }
a { background-color: rgb(190,64,207); }
div.DivClassName
{
background-color: #BE40CF;
}
.BgClassName
{
background-color: #BE40CF;
}
</style>
border-color css
<style>
span { border-color: #BE40CF; }
span { border-color: rgb(190,64,207); }
td.TdClassName
{
border-color: #BE40CF;
}
.TagClassName
{
border-color: #BE40CF;
}
</style>