Shades of Medium Orchid #BE40D0
Tints of Medium Orchid #BE40D0
RGB
CMYK
RGB Variations
Color information
#BE40D0 (or 0xBE40D0) is known color: Medium Orchid. HEX triplet: BE, 40 and D0. RGB value is (190,64,208). Sum of RGB (Red+Green+Blue) = 190+64+208=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE40D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40D0 is #41BF2F. Grayscale: #757575. Windows color (decimal): -4308784 or 13648062. OLE color: 13648062.
HSL color Cylindrical-coordinate representation of color #BE40D0: hue angle of 292.5º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE40D0 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 64 | 208 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.18 |
| HSL | 292.5º | 0.61% | 0.53% | - |
| HSV(B) | 292.5º | 0.69% | 0.82% | - |
| XYZ | 34.45 | 19.17 | 61.56 | - |
| YUV | 118.09 | 178.74 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 208 | 0.09 | 0.69 | 0 | 0.18 | 292.5 | 0.61 | 0.53 |
| Hex | BE | 40 | D0 | 9 | 45 | 0 | 12 | 124 | 3D | 35 |
| Octal | 276 | 100 | 320 | 11 | 105 | 0 | 22 | 444 | 75 | 65 |
| Binary | 10111110 | 1000000 | 11010000 | 1001 | 1000101 | 0 | 10010 | 100100100 | 111101 | 110101 |
Color Harmonies of #BE40D0
Complementary color
Monochromatic Colors of #BE40D0
Black with #BE40D0
Text Example
Text Example
White with #BE40D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40D0; }
p { color: rgb(190,64,208); }
H1.HeaderClassName
{
color: #BE40D0;
}
.AnyTagClassName
{
color: #BE40D0;
}
</style>
background-color css
<style>
a { background-color: #BE40D0; }
a { background-color: rgb(190,64,208); }
div.DivClassName
{
background-color: #BE40D0;
}
.BgClassName
{
background-color: #BE40D0;
}
</style>
border-color css
<style>
span { border-color: #BE40D0; }
span { border-color: rgb(190,64,208); }
td.TdClassName
{
border-color: #BE40D0;
}
.TagClassName
{
border-color: #BE40D0;
}
</style>