#BE5AD7

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

Shades of Medium Orchid #BE5AD7

Tints of Medium Orchid #BE5AD7

Color information

#BE5AD7 (or 0xBE5AD7) is unknown color: approx Medium Orchid. HEX triplet: BE, 5A and D7. RGB value is (190,90,215). Sum of RGB (Red+Green+Blue) = 190+90+215=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE5AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5AD7 is #41A528. Grayscale: #858585. Windows color (decimal): -4302121 or 14113470. OLE color: 14113470.

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

Color convert

RGB19090215-
CMYK0.120.5800.16
HSL288º60.98%59.8%-
HSV(B)288º58.14%84.31%-
XYZ37.1623.1766.8-
YUV134.15173.63167.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 90 (35.55% from 255) = 18.18%
BLUE value IS 215 (84.38% from 255) = 43.43%
R=38.38%
G=18.18%
B=43.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190902150.120.5800.1628860.9859.8
HexBE5AD7C3A0101203d3c
Octal27613232714720204407574
Binary101111101011010110101111100111010010000100100000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5AD7; }

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

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

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

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

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

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

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

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