#BE50E2

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

Shades of Medium Orchid #BE50E2

Tints of Medium Orchid #BE50E2

Color information

#BE50E2 (or 0xBE50E2) is unknown color: approx Medium Orchid. HEX triplet: BE, 50 and E2. RGB value is (190,80,226). Sum of RGB (Red+Green+Blue) = 190+80+226=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE50E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50E2 is #41AF1D. Grayscale: #818181. Windows color (decimal): -4304670 or 14831806. OLE color: 14831806.

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

Color convert

RGB19080226-
CMYK0.160.6500.11
HSL285.21º71.57%60%-
HSV(B)285.21º64.6%88.63%-
XYZ37.8322.1874.24-
YUV129.53182.44171.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 80 (31.64% from 255) = 16.13%
BLUE value IS 226 (88.67% from 255) = 45.56%
R=38.31%
G=16.13%
B=45.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190802260.160.6500.11285.2171.5760
HexBE50E210410B11d483c
Octal2761203422010101343511074
Binary10111110101000011100010100001000001010111000111011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE50E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE50E2; }

 p { color: rgb(190,80,226); }

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

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

 a { background-color: rgb(190,80,226); }

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

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

 span { border-color: rgb(190,80,226); }

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