Shades of Medium Orchid #BE40D2
Tints of Medium Orchid #BE40D2
RGB
CMYK
RGB Variations
Color information
#BE40D2 (or 0xBE40D2) is known color: Medium Orchid. HEX triplet: BE, 40 and D2. RGB value is (190,64,210). Sum of RGB (Red+Green+Blue) = 190+64+210=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE40D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40D2 is #41BF2D. Grayscale: #757575. Windows color (decimal): -4308782 or 13779134. OLE color: 13779134.
HSL color Cylindrical-coordinate representation of color #BE40D2: hue angle of 291.78º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE40D2 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 64 | 210 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.18 |
| HSL | 291.78º | 0.62% | 0.54% | - |
| HSV(B) | 291.78º | 0.7% | 0.82% | - |
| XYZ | 34.7 | 19.27 | 62.86 | - |
| YUV | 118.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 210 | 0.10 | 0.70 | 0 | 0.18 | 291.78 | 0.62 | 0.54 |
| Hex | BE | 40 | D2 | A | 46 | 0 | 12 | 124 | 3E | 36 |
| Octal | 276 | 100 | 322 | 12 | 106 | 0 | 22 | 444 | 76 | 66 |
| Binary | 10111110 | 1000000 | 11010010 | 1010 | 1000110 | 0 | 10010 | 100100100 | 111110 | 110110 |
Color Harmonies of #BE40D2
Complementary color
Monochromatic Colors of #BE40D2
Black with #BE40D2
Text Example
Text Example
White with #BE40D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40D2; }
p { color: rgb(190,64,210); }
H1.HeaderClassName
{
color: #BE40D2;
}
.AnyTagClassName
{
color: #BE40D2;
}
</style>
background-color css
<style>
a { background-color: #BE40D2; }
a { background-color: rgb(190,64,210); }
div.DivClassName
{
background-color: #BE40D2;
}
.BgClassName
{
background-color: #BE40D2;
}
</style>
border-color css
<style>
span { border-color: #BE40D2; }
span { border-color: rgb(190,64,210); }
td.TdClassName
{
border-color: #BE40D2;
}
.TagClassName
{
border-color: #BE40D2;
}
</style>