#BE56E5

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

Shades of Medium Orchid #BE56E5

Tints of Medium Orchid #BE56E5

Color information

#BE56E5 (or 0xBE56E5) is unknown color: approx Medium Orchid. HEX triplet: BE, 56 and E5. RGB value is (190,86,229). Sum of RGB (Red+Green+Blue) = 190+86+229=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE56E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56E5 is #41A91A. Grayscale: #848484. Windows color (decimal): -4303131 or 15029950. OLE color: 15029950.

HSL color Cylindrical-coordinate representation of color #BE56E5: hue angle of 283.64º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE56E5 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19086229-
CMYK0.170.6200.10
HSL283.64º73.33%61.76%-
HSV(B)283.64º62.45%89.8%-
XYZ38.7123.2676.58-
YUV133.4181.96168.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 86 (33.98% from 255) = 17.03%
BLUE value IS 229 (89.84% from 255) = 45.35%
R=37.62%
G=17.03%
B=45.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal190862290.170.6200.10283.6473.3361.76
HexBE56E5113E0A11c493e
Octal276126345217601243411176
Binary1011111010101101110010110001111110010101000111001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE56E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE56E5; }

 p { color: rgb(190,86,229); }

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

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

 a { background-color: rgb(190,86,229); }

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

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

 span { border-color: rgb(190,86,229); }

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