#BE7AD7

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

Shades of Medium Orchid #BE7AD7

Tints of Medium Orchid #BE7AD7

Color information

#BE7AD7 (or 0xBE7AD7) is unknown color: approx Medium Orchid. HEX triplet: BE, 7A and D7. RGB value is (190,122,215). Sum of RGB (Red+Green+Blue) = 190+122+215=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE7AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7AD7 is #418528. Grayscale: #989898. Windows color (decimal): -4293929 or 14121662. OLE color: 14121662.

HSL color Cylindrical-coordinate representation of color #BE7AD7: hue angle of 283.87º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE7AD7 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190122215-
CMYK0.120.4300.16
HSL283.87º53.76%66.08%-
HSV(B)283.87º43.26%84.31%-
XYZ40.4629.7767.9-
YUV152.93163.03154.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 122 (48.05% from 255) = 23.15%
BLUE value IS 215 (84.38% from 255) = 40.80%
R=36.05%
G=23.15%
B=40.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901222150.120.4300.16283.8753.7666.08
HexBE7AD7C2B01011c3642
Octal276172327145302043466102
Binary1011111011110101101011111001010110100001000111001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7AD7; }

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

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

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

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

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

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

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

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