Shades of Medium Orchid #BE5ADC
Tints of Medium Orchid #BE5ADC
RGB
CMYK
RGB Variations
Color information
#BE5ADC (or 0xBE5ADC) is known color: Medium Orchid. HEX triplet: BE, 5A and DC. RGB value is (190,90,220). Sum of RGB (Red+Green+Blue) = 190+90+220=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE5ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5ADC is #41A523. Grayscale: #868686. Windows color (decimal): -4302116 or 14441150. OLE color: 14441150.
HSL color Cylindrical-coordinate representation of color #BE5ADC: hue angle of 286.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE5ADC is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 90 | 220 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.14 |
| HSL | 286.15º | 0.65% | 0.61% | - |
| HSV(B) | 286.15º | 0.59% | 0.86% | - |
| XYZ | 37.81 | 23.43 | 70.24 | - |
| YUV | 134.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 220 | 0.14 | 0.59 | 0 | 0.14 | 286.15 | 0.65 | 0.61 |
| Hex | BE | 5A | DC | E | 3B | 0 | E | 11E | 41 | 3D |
| Octal | 276 | 132 | 334 | 16 | 73 | 0 | 16 | 436 | 101 | 75 |
| Binary | 10111110 | 1011010 | 11011100 | 1110 | 111011 | 0 | 1110 | 100011110 | 1000001 | 111101 |
Color Harmonies of #BE5ADC
Complementary color
Monochromatic Colors of #BE5ADC
Black with #BE5ADC
Text Example
Text Example
White with #BE5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5ADC; }
p { color: rgb(190,90,220); }
H1.HeaderClassName
{
color: #BE5ADC;
}
.AnyTagClassName
{
color: #BE5ADC;
}
</style>
background-color css
<style>
a { background-color: #BE5ADC; }
a { background-color: rgb(190,90,220); }
div.DivClassName
{
background-color: #BE5ADC;
}
.BgClassName
{
background-color: #BE5ADC;
}
</style>
border-color css
<style>
span { border-color: #BE5ADC; }
span { border-color: rgb(190,90,220); }
td.TdClassName
{
border-color: #BE5ADC;
}
.TagClassName
{
border-color: #BE5ADC;
}
</style>