#BA56E5

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

Shades of Medium Orchid #BA56E5

Tints of Medium Orchid #BA56E5

Color information

#BA56E5 (or 0xBA56E5) is unknown color: approx Medium Orchid. HEX triplet: BA, 56 and E5. RGB value is (186,86,229). Sum of RGB (Red+Green+Blue) = 186+86+229=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA56E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56E5 is #45A91A. Grayscale: #838383. Windows color (decimal): -4565275 or 15029946. OLE color: 15029946.

HSL color Cylindrical-coordinate representation of color #BA56E5: hue angle of 281.96º 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 #BA56E5 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18686229-
CMYK0.190.6200.10
HSL281.96º73.33%61.76%-
HSV(B)281.96º62.45%89.8%-
XYZ37.7222.7576.53-
YUV132.2182.63166.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 86 (33.98% from 255) = 17.17%
BLUE value IS 229 (89.84% from 255) = 45.71%
R=37.13%
G=17.17%
B=45.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal186862290.190.6200.10281.9673.3361.76
HexBA56E5133E0A11a493e
Octal272126345237601243211176
Binary1011101010101101110010110011111110010101000110101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA56E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA56E5; }

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

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

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

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

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

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

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

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