Shades of Medium Orchid #BE40D5
Tints of Medium Orchid #BE40D5
RGB
CMYK
RGB Variations
Color information
#BE40D5 (or 0xBE40D5) is known color: Medium Orchid. HEX triplet: BE, 40 and D5. RGB value is (190,64,213). Sum of RGB (Red+Green+Blue) = 190+64+213=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE40D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40D5 is #41BF2A. Grayscale: #767676. Windows color (decimal): -4308779 or 13975742. OLE color: 13975742.
HSL color Cylindrical-coordinate representation of color #BE40D5: hue angle of 290.74º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE40D5 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 64 | 213 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.16 |
| HSL | 290.74º | 0.64% | 0.54% | - |
| HSV(B) | 290.74º | 0.7% | 0.84% | - |
| XYZ | 35.08 | 19.42 | 64.85 | - |
| YUV | 118.66 | 181.24 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 213 | 0.11 | 0.70 | 0 | 0.16 | 290.74 | 0.64 | 0.54 |
| Hex | BE | 40 | D5 | B | 46 | 0 | 10 | 123 | 40 | 36 |
| Octal | 276 | 100 | 325 | 13 | 106 | 0 | 20 | 443 | 100 | 66 |
| Binary | 10111110 | 1000000 | 11010101 | 1011 | 1000110 | 0 | 10000 | 100100011 | 1000000 | 110110 |
Color Harmonies of #BE40D5
Complementary color
Monochromatic Colors of #BE40D5
Black with #BE40D5
Text Example
Text Example
White with #BE40D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40D5; }
p { color: rgb(190,64,213); }
H1.HeaderClassName
{
color: #BE40D5;
}
.AnyTagClassName
{
color: #BE40D5;
}
</style>
background-color css
<style>
a { background-color: #BE40D5; }
a { background-color: rgb(190,64,213); }
div.DivClassName
{
background-color: #BE40D5;
}
.BgClassName
{
background-color: #BE40D5;
}
</style>
border-color css
<style>
span { border-color: #BE40D5; }
span { border-color: rgb(190,64,213); }
td.TdClassName
{
border-color: #BE40D5;
}
.TagClassName
{
border-color: #BE40D5;
}
</style>