#BE7ADC

Color #BE7ADC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE7ADC

Tints of Medium Orchid #BE7ADC

Color information

#BE7ADC (or 0xBE7ADC) is unknown color: approx Medium Orchid. HEX triplet: BE, 7A and DC. RGB value is (190,122,220). Sum of RGB (Red+Green+Blue) = 190+122+220=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ADC is #418523. Grayscale: #999999. Windows color (decimal): -4293924 or 14449342. OLE color: 14449342.

HSL color Cylindrical-coordinate representation of color #BE7ADC: hue angle of 281.63º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7ADC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190122220-
CMYK0.140.4500.14
HSL281.63º58.33%67.06%-
HSV(B)281.63º44.55%86.27%-
XYZ41.1130.0371.34-
YUV153.5165.53154.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 122 (48.05% from 255) = 22.93%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=35.71%
G=22.93%
B=41.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901222200.140.4500.14281.6358.3367.06
HexBE7ADCE2D0E11a3a43
Octal276172334165501643272103
Binary101111101111010110111001110101101011101000110101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7ADC; }

 p { color: rgb(190,122,220); }

 H1.HeaderClassName
 {
   color: #BE7ADC;
 }
 .AnyTagClassName
 {
   color: #BE7ADC;
 }
</style>
background-color css

<style>
 a { background-color: #BE7ADC; }

 a { background-color: rgb(190,122,220); }

 div.DivClassName
 {
   background-color: #BE7ADC;
 }
 .BgClassName
 {
   background-color: #BE7ADC;
 }
</style>
border-color css

<style>
 span { border-color: #BE7ADC; }

 span { border-color: rgb(190,122,220); }

 td.TdClassName
 {
   border-color: #BE7ADC;
 }
 .TagClassName
 {
   border-color: #BE7ADC;
 }
</style>