#BE7AD5

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

Shades of Medium Orchid #BE7AD5

Tints of Medium Orchid #BE7AD5

Color information

#BE7AD5 (or 0xBE7AD5) is unknown color: approx Medium Orchid. HEX triplet: BE, 7A and D5. RGB value is (190,122,213). Sum of RGB (Red+Green+Blue) = 190+122+213=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7AD5 is #41852A. Grayscale: #989898. Windows color (decimal): -4293931 or 13990590. OLE color: 13990590.

HSL color Cylindrical-coordinate representation of color #BE7AD5: hue angle of 284.84º degrees, saturation: 0.52, 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 #BE7AD5 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190122213-
CMYK0.110.4300.16
HSL284.84º52%65.69%-
HSV(B)284.84º42.72%83.53%-
XYZ40.229.6766.56-
YUV152.71162.03154.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 122 (48.05% from 255) = 23.24%
BLUE value IS 213 (83.59% from 255) = 40.57%
R=36.19%
G=23.24%
B=40.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901222130.110.4300.16284.845265.69
HexBE7AD5B2B01011d3442
Octal276172325135302043564102
Binary1011111011110101101010110111010110100001000111011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7AD5; }

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

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

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

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

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

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

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

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