Shades of Medium Orchid #BE40D4
Tints of Medium Orchid #BE40D4
RGB
CMYK
RGB Variations
Color information
#BE40D4 (or 0xBE40D4) is known color: Medium Orchid. HEX triplet: BE, 40 and D4. RGB value is (190,64,212). Sum of RGB (Red+Green+Blue) = 190+64+212=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE40D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40D4 is #41BF2B. Grayscale: #767676. Windows color (decimal): -4308780 or 13910206. OLE color: 13910206.
HSL color Cylindrical-coordinate representation of color #BE40D4: hue angle of 291.08º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE40D4 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 64 | 212 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.17 |
| HSL | 291.08º | 0.63% | 0.54% | - |
| HSV(B) | 291.08º | 0.7% | 0.83% | - |
| XYZ | 34.95 | 19.37 | 64.18 | - |
| YUV | 118.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 212 | 0.10 | 0.70 | 0 | 0.17 | 291.08 | 0.63 | 0.54 |
| Hex | BE | 40 | D4 | A | 46 | 0 | 11 | 123 | 3F | 36 |
| Octal | 276 | 100 | 324 | 12 | 106 | 0 | 21 | 443 | 77 | 66 |
| Binary | 10111110 | 1000000 | 11010100 | 1010 | 1000110 | 0 | 10001 | 100100011 | 111111 | 110110 |
Color Harmonies of #BE40D4
Complementary color
Monochromatic Colors of #BE40D4
Black with #BE40D4
Text Example
Text Example
White with #BE40D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40D4; }
p { color: rgb(190,64,212); }
H1.HeaderClassName
{
color: #BE40D4;
}
.AnyTagClassName
{
color: #BE40D4;
}
</style>
background-color css
<style>
a { background-color: #BE40D4; }
a { background-color: rgb(190,64,212); }
div.DivClassName
{
background-color: #BE40D4;
}
.BgClassName
{
background-color: #BE40D4;
}
</style>
border-color css
<style>
span { border-color: #BE40D4; }
span { border-color: rgb(190,64,212); }
td.TdClassName
{
border-color: #BE40D4;
}
.TagClassName
{
border-color: #BE40D4;
}
</style>