Shades of Medium Orchid #BE3ED5
Tints of Medium Orchid #BE3ED5
RGB
CMYK
RGB Variations
Color information
#BE3ED5 (or 0xBE3ED5) is known color: Medium Orchid. HEX triplet: BE, 3E and D5. RGB value is (190,62,213). Sum of RGB (Red+Green+Blue) = 190+62+213=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE3ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3ED5 is #41C12A. Grayscale: #757575. Windows color (decimal): -4309291 or 13975230. OLE color: 13975230.
HSL color Cylindrical-coordinate representation of color #BE3ED5: hue angle of 290.86º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3ED5 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 62 | 213 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.16 |
| HSL | 290.86º | 0.64% | 0.54% | - |
| HSV(B) | 290.86º | 0.71% | 0.84% | - |
| XYZ | 34.97 | 19.2 | 64.81 | - |
| YUV | 117.49 | 181.91 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 213 | 0.11 | 0.71 | 0 | 0.16 | 290.86 | 0.64 | 0.54 |
| Hex | BE | 3E | D5 | B | 47 | 0 | 10 | 123 | 40 | 36 |
| Octal | 276 | 76 | 325 | 13 | 107 | 0 | 20 | 443 | 100 | 66 |
| Binary | 10111110 | 111110 | 11010101 | 1011 | 1000111 | 0 | 10000 | 100100011 | 1000000 | 110110 |
Color Harmonies of #BE3ED5
Complementary color
Monochromatic Colors of #BE3ED5
Black with #BE3ED5
Text Example
Text Example
White with #BE3ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3ED5; }
p { color: rgb(190,62,213); }
H1.HeaderClassName
{
color: #BE3ED5;
}
.AnyTagClassName
{
color: #BE3ED5;
}
</style>
background-color css
<style>
a { background-color: #BE3ED5; }
a { background-color: rgb(190,62,213); }
div.DivClassName
{
background-color: #BE3ED5;
}
.BgClassName
{
background-color: #BE3ED5;
}
</style>
border-color css
<style>
span { border-color: #BE3ED5; }
span { border-color: rgb(190,62,213); }
td.TdClassName
{
border-color: #BE3ED5;
}
.TagClassName
{
border-color: #BE3ED5;
}
</style>