#BE57EF

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

Shades of Medium Orchid #BE57EF

Tints of Medium Orchid #BE57EF

Color information

#BE57EF (or 0xBE57EF) is unknown color: approx Medium Orchid. HEX triplet: BE, 57 and EF. RGB value is (190,87,239). Sum of RGB (Red+Green+Blue) = 190+87+239=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE57EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE57EF is #41A810. Grayscale: #868686. Windows color (decimal): -4302865 or 15685566. OLE color: 15685566.

HSL color Cylindrical-coordinate representation of color #BE57EF: hue angle of 280.66º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE57EF is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19087239-
CMYK0.210.6400.06
HSL280.66º82.61%63.92%-
HSV(B)280.66º63.6%93.73%-
XYZ40.222484.17-
YUV135.12186.62167.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 87 (34.38% from 255) = 16.86%
BLUE value IS 239 (93.75% from 255) = 46.32%
R=36.82%
G=16.86%
B=46.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal190872390.210.6400.06280.6682.6163.92
HexBE57EF1540061195340
Octal2761273572510006431123100
Binary10111110101011111101111101011000000011010001100110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57EF; }

 p { color: rgb(190,87,239); }

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

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

 a { background-color: rgb(190,87,239); }

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

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

 span { border-color: rgb(190,87,239); }

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