#BE34E0

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

Shades of Medium Orchid #BE34E0

Tints of Medium Orchid #BE34E0

Color information

#BE34E0 (or 0xBE34E0) is unknown color: approx Medium Orchid. HEX triplet: BE, 34 and E0. RGB value is (190,52,224). Sum of RGB (Red+Green+Blue) = 190+52+224=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE34E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34E0 is #41CB1F. Grayscale: #707070. Windows color (decimal): -4311840 or 14693566. OLE color: 14693566.

HSL color Cylindrical-coordinate representation of color #BE34E0: hue angle of 288.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE34E0 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19052224-
CMYK0.150.7700.12
HSL288.14º73.5%54.12%-
HSV(B)288.14º76.79%87.84%-
XYZ35.9218.7872.25-
YUV112.87190.72183.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 52 (20.70% from 255) = 11.16%
BLUE value IS 224 (87.89% from 255) = 48.07%
R=40.77%
G=11.16%
B=48.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal190522240.150.7700.12288.1473.554.12
HexBE34E0F4D0C1204a36
Octal276643401711501444011266
Binary101111101101001110000011111001101011001001000001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE34E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE34E0; }

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

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

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

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

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

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

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

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