Shades of Medium Orchid #BE3ADC
Tints of Medium Orchid #BE3ADC
RGB
CMYK
RGB Variations
Color information
#BE3ADC (or 0xBE3ADC) is known color: Medium Orchid. HEX triplet: BE, 3A and DC. RGB value is (190,58,220). Sum of RGB (Red+Green+Blue) = 190+58+220=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE3ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3ADC is #41C523. Grayscale: #737373. Windows color (decimal): -4310308 or 14432958. OLE color: 14432958.
HSL color Cylindrical-coordinate representation of color #BE3ADC: hue angle of 288.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3ADC is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 58 | 220 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.14 |
| HSL | 288.89º | 0.7% | 0.55% | - |
| HSV(B) | 288.89º | 0.74% | 0.86% | - |
| XYZ | 35.67 | 19.14 | 69.52 | - |
| YUV | 115.94 | 186.73 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 220 | 0.14 | 0.74 | 0 | 0.14 | 288.89 | 0.7 | 0.55 |
| Hex | BE | 3A | DC | E | 4A | 0 | E | 121 | 46 | 37 |
| Octal | 276 | 72 | 334 | 16 | 112 | 0 | 16 | 441 | 106 | 67 |
| Binary | 10111110 | 111010 | 11011100 | 1110 | 1001010 | 0 | 1110 | 100100001 | 1000110 | 110111 |
Color Harmonies of #BE3ADC
Complementary color
Monochromatic Colors of #BE3ADC
Black with #BE3ADC
Text Example
Text Example
White with #BE3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3ADC; }
p { color: rgb(190,58,220); }
H1.HeaderClassName
{
color: #BE3ADC;
}
.AnyTagClassName
{
color: #BE3ADC;
}
</style>
background-color css
<style>
a { background-color: #BE3ADC; }
a { background-color: rgb(190,58,220); }
div.DivClassName
{
background-color: #BE3ADC;
}
.BgClassName
{
background-color: #BE3ADC;
}
</style>
border-color css
<style>
span { border-color: #BE3ADC; }
span { border-color: rgb(190,58,220); }
td.TdClassName
{
border-color: #BE3ADC;
}
.TagClassName
{
border-color: #BE3ADC;
}
</style>