Shades of Medium Orchid #BE40DA
Tints of Medium Orchid #BE40DA
RGB
CMYK
RGB Variations
Color information
#BE40DA (or 0xBE40DA) is known color: Medium Orchid. HEX triplet: BE, 40 and DA. RGB value is (190,64,218). Sum of RGB (Red+Green+Blue) = 190+64+218=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE40DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40DA is #41BF25. Grayscale: #767676. Windows color (decimal): -4308774 or 14303422. OLE color: 14303422.
HSL color Cylindrical-coordinate representation of color #BE40DA: hue angle of 289.09º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE40DA is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 64 | 218 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.15 |
| HSL | 289.09º | 0.68% | 0.55% | - |
| HSV(B) | 289.09º | 0.71% | 0.85% | - |
| XYZ | 35.72 | 19.68 | 68.24 | - |
| YUV | 119.23 | 183.74 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 218 | 0.13 | 0.71 | 0 | 0.15 | 289.09 | 0.68 | 0.55 |
| Hex | BE | 40 | DA | D | 47 | 0 | F | 121 | 44 | 37 |
| Octal | 276 | 100 | 332 | 15 | 107 | 0 | 17 | 441 | 104 | 67 |
| Binary | 10111110 | 1000000 | 11011010 | 1101 | 1000111 | 0 | 1111 | 100100001 | 1000100 | 110111 |
Color Harmonies of #BE40DA
Complementary color
Monochromatic Colors of #BE40DA
Black with #BE40DA
Text Example
Text Example
White with #BE40DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40DA; }
p { color: rgb(190,64,218); }
H1.HeaderClassName
{
color: #BE40DA;
}
.AnyTagClassName
{
color: #BE40DA;
}
</style>
background-color css
<style>
a { background-color: #BE40DA; }
a { background-color: rgb(190,64,218); }
div.DivClassName
{
background-color: #BE40DA;
}
.BgClassName
{
background-color: #BE40DA;
}
</style>
border-color css
<style>
span { border-color: #BE40DA; }
span { border-color: rgb(190,64,218); }
td.TdClassName
{
border-color: #BE40DA;
}
.TagClassName
{
border-color: #BE40DA;
}
</style>