#BE53E1

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

Shades of Medium Orchid #BE53E1

Tints of Medium Orchid #BE53E1

Color information

#BE53E1 (or 0xBE53E1) is unknown color: approx Medium Orchid. HEX triplet: BE, 53 and E1. RGB value is (190,83,225). Sum of RGB (Red+Green+Blue) = 190+83+225=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE53E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53E1 is #41AC1E. Grayscale: #828282. Windows color (decimal): -4303903 or 14767038. OLE color: 14767038.

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

Color convert

RGB19083225-
CMYK0.160.6300.12
HSL285.21º70.3%60.39%-
HSV(B)285.21º63.11%88.24%-
XYZ37.9222.5773.59-
YUV131.18180.95169.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 83 (32.81% from 255) = 16.67%
BLUE value IS 225 (88.28% from 255) = 45.18%
R=38.15%
G=16.67%
B=45.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal190832250.160.6300.12285.2170.360.39
HexBE53E1103F0C11d463c
Octal276123341207701443510674
Binary1011111010100111110000110000111111011001000111011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE53E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE53E1; }

 p { color: rgb(190,83,225); }

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

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

 a { background-color: rgb(190,83,225); }

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

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

 span { border-color: rgb(190,83,225); }

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