Shades of Medium Orchid #BE4CDA
Tints of Medium Orchid #BE4CDA
RGB
CMYK
RGB Variations
Color information
#BE4CDA (or 0xBE4CDA) is known color: Medium Orchid. HEX triplet: BE, 4C and DA. RGB value is (190,76,218). Sum of RGB (Red+Green+Blue) = 190+76+218=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE4CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CDA is #41B325. Grayscale: #7D7D7D. Windows color (decimal): -4305702 or 14306494. OLE color: 14306494.
HSL color Cylindrical-coordinate representation of color #BE4CDA: hue angle of 288.17º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4CDA is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 76 | 218 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.15 |
| HSL | 288.17º | 0.66% | 0.58% | - |
| HSV(B) | 288.17º | 0.65% | 0.85% | - |
| XYZ | 36.47 | 21.18 | 68.5 | - |
| YUV | 126.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 218 | 0.13 | 0.65 | 0 | 0.15 | 288.17 | 0.66 | 0.58 |
| Hex | BE | 4C | DA | D | 41 | 0 | F | 120 | 42 | 3A |
| Octal | 276 | 114 | 332 | 15 | 101 | 0 | 17 | 440 | 102 | 72 |
| Binary | 10111110 | 1001100 | 11011010 | 1101 | 1000001 | 0 | 1111 | 100100000 | 1000010 | 111010 |
Color Harmonies of #BE4CDA
Complementary color
Monochromatic Colors of #BE4CDA
Black with #BE4CDA
Text Example
Text Example
White with #BE4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4CDA; }
p { color: rgb(190,76,218); }
H1.HeaderClassName
{
color: #BE4CDA;
}
.AnyTagClassName
{
color: #BE4CDA;
}
</style>
background-color css
<style>
a { background-color: #BE4CDA; }
a { background-color: rgb(190,76,218); }
div.DivClassName
{
background-color: #BE4CDA;
}
.BgClassName
{
background-color: #BE4CDA;
}
</style>
border-color css
<style>
span { border-color: #BE4CDA; }
span { border-color: rgb(190,76,218); }
td.TdClassName
{
border-color: #BE4CDA;
}
.TagClassName
{
border-color: #BE4CDA;
}
</style>