#BA56E9

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

Shades of Medium Orchid #BA56E9

Tints of Medium Orchid #BA56E9

Color information

#BA56E9 (or 0xBA56E9) is unknown color: approx Medium Orchid. HEX triplet: BA, 56 and E9. RGB value is (186,86,233). Sum of RGB (Red+Green+Blue) = 186+86+233=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA56E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56E9 is #45A916. Grayscale: #848484. Windows color (decimal): -4565271 or 15292090. OLE color: 15292090.

HSL color Cylindrical-coordinate representation of color #BA56E9: hue angle of 280.82º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA56E9 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18686233-
CMYK0.200.6300.09
HSL280.82º76.96%62.55%-
HSV(B)280.82º63.09%91.37%-
XYZ38.2922.9879.51-
YUV132.66184.63166.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 86 (33.98% from 255) = 17.03%
BLUE value IS 233 (91.41% from 255) = 46.14%
R=36.83%
G=17.03%
B=46.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186862330.200.6300.09280.8276.9662.55
HexBA56E9143F091194d3f
Octal272126351247701143111577
Binary1011101010101101110100110100111111010011000110011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA56E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA56E9; }

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

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

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

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

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

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

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

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