Shades of Medium Orchid #BE4ACD
Tints of Medium Orchid #BE4ACD
RGB
CMYK
RGB Variations
Color information
#BE4ACD (or 0xBE4ACD) is known color: Medium Orchid. HEX triplet: BE, 4A and CD. RGB value is (190,74,205). Sum of RGB (Red+Green+Blue) = 190+74+205=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE4ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4ACD is #41B532. Grayscale: #7B7B7B. Windows color (decimal): -4306227 or 13454014. OLE color: 13454014.
HSL color Cylindrical-coordinate representation of color #BE4ACD: hue angle of 293.13º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4ACD is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 74 | 205 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.20 |
| HSL | 293.13º | 0.57% | 0.55% | - |
| HSV(B) | 293.13º | 0.64% | 0.8% | - |
| XYZ | 34.7 | 20.25 | 59.84 | - |
| YUV | 123.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 205 | 0.07 | 0.64 | 0 | 0.20 | 293.13 | 0.57 | 0.55 |
| Hex | BE | 4A | CD | 7 | 40 | 0 | 14 | 125 | 39 | 37 |
| Octal | 276 | 112 | 315 | 7 | 100 | 0 | 24 | 445 | 71 | 67 |
| Binary | 10111110 | 1001010 | 11001101 | 111 | 1000000 | 0 | 10100 | 100100101 | 111001 | 110111 |
Color Harmonies of #BE4ACD
Complementary color
Monochromatic Colors of #BE4ACD
Black with #BE4ACD
Text Example
Text Example
White with #BE4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4ACD; }
p { color: rgb(190,74,205); }
H1.HeaderClassName
{
color: #BE4ACD;
}
.AnyTagClassName
{
color: #BE4ACD;
}
</style>
background-color css
<style>
a { background-color: #BE4ACD; }
a { background-color: rgb(190,74,205); }
div.DivClassName
{
background-color: #BE4ACD;
}
.BgClassName
{
background-color: #BE4ACD;
}
</style>
border-color css
<style>
span { border-color: #BE4ACD; }
span { border-color: rgb(190,74,205); }
td.TdClassName
{
border-color: #BE4ACD;
}
.TagClassName
{
border-color: #BE4ACD;
}
</style>