#BE34EC

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

Shades of Medium Orchid #BE34EC

Tints of Medium Orchid #BE34EC

Color information

#BE34EC (or 0xBE34EC) is unknown color: approx Medium Orchid. HEX triplet: BE, 34 and EC. RGB value is (190,52,236). Sum of RGB (Red+Green+Blue) = 190+52+236=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE34EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE34EC is #41CB13. Grayscale: #717171. Windows color (decimal): -4311828 or 15479998. OLE color: 15479998.

HSL color Cylindrical-coordinate representation of color #BE34EC: hue angle of 285º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE34EC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19052236-
CMYK0.190.7800.07
HSL285º82.88%56.47%-
HSV(B)285º77.97%92.55%-
XYZ37.619.4681.13-
YUV114.24196.72182.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 52 (20.70% from 255) = 10.88%
BLUE value IS 236 (92.58% from 255) = 49.37%
R=39.75%
G=10.88%
B=49.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal190522360.190.7800.0728582.8856.47
HexBE34EC134E0711d5338
Octal27664354231160743512370
Binary101111101101001110110010011100111001111000111011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE34EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE34EC; }

 p { color: rgb(190,52,236); }

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

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

 a { background-color: rgb(190,52,236); }

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

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

 span { border-color: rgb(190,52,236); }

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