#BE5DDA

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

Shades of Medium Orchid #BE5DDA

Tints of Medium Orchid #BE5DDA

Color information

#BE5DDA (or 0xBE5DDA) is unknown color: approx Medium Orchid. HEX triplet: BE, 5D and DA. RGB value is (190,93,218). Sum of RGB (Red+Green+Blue) = 190+93+218=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DDA is #41A225. Grayscale: #878787. Windows color (decimal): -4301350 or 14310846. OLE color: 14310846.

HSL color Cylindrical-coordinate representation of color #BE5DDA: hue angle of 286.56º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE5DDA is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19093218-
CMYK0.130.5700.15
HSL286.56º62.81%60.98%-
HSV(B)286.56º57.34%85.49%-
XYZ37.823.8468.94-
YUV136.25174.14166.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 93 (36.72% from 255) = 18.56%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=37.92%
G=18.56%
B=43.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal190932180.130.5700.15286.5662.8160.98
HexBE5DDAD390F11f3f3d
Octal27613533215710174377775
Binary10111110101110111011010110111100101111100011111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5DDA; }

 p { color: rgb(190,93,218); }

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

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

 a { background-color: rgb(190,93,218); }

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

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

 span { border-color: rgb(190,93,218); }

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