Shades of Medium Orchid #BE4ADC
Tints of Medium Orchid #BE4ADC
RGB
CMYK
RGB Variations
Color information
#BE4ADC (or 0xBE4ADC) is known color: Medium Orchid. HEX triplet: BE, 4A and DC. RGB value is (190,74,220). Sum of RGB (Red+Green+Blue) = 190+74+220=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4ADC is #41B523. Grayscale: #7C7C7C. Windows color (decimal): -4306212 or 14437054. OLE color: 14437054.
HSL color Cylindrical-coordinate representation of color #BE4ADC: hue angle of 287.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4ADC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 74 | 220 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.14 |
| HSL | 287.67º | 0.68% | 0.58% | - |
| HSV(B) | 287.67º | 0.66% | 0.86% | - |
| XYZ | 36.6 | 21.01 | 69.84 | - |
| YUV | 125.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 220 | 0.14 | 0.66 | 0 | 0.14 | 287.67 | 0.68 | 0.58 |
| Hex | BE | 4A | DC | E | 42 | 0 | E | 120 | 44 | 3A |
| Octal | 276 | 112 | 334 | 16 | 102 | 0 | 16 | 440 | 104 | 72 |
| Binary | 10111110 | 1001010 | 11011100 | 1110 | 1000010 | 0 | 1110 | 100100000 | 1000100 | 111010 |
Color Harmonies of #BE4ADC
Complementary color
Monochromatic Colors of #BE4ADC
Black with #BE4ADC
Text Example
Text Example
White with #BE4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4ADC; }
p { color: rgb(190,74,220); }
H1.HeaderClassName
{
color: #BE4ADC;
}
.AnyTagClassName
{
color: #BE4ADC;
}
</style>
background-color css
<style>
a { background-color: #BE4ADC; }
a { background-color: rgb(190,74,220); }
div.DivClassName
{
background-color: #BE4ADC;
}
.BgClassName
{
background-color: #BE4ADC;
}
</style>
border-color css
<style>
span { border-color: #BE4ADC; }
span { border-color: rgb(190,74,220); }
td.TdClassName
{
border-color: #BE4ADC;
}
.TagClassName
{
border-color: #BE4ADC;
}
</style>