#BA59F3

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

Shades of Medium Orchid #BA59F3

Tints of Medium Orchid #BA59F3

Color information

#BA59F3 (or 0xBA59F3) is unknown color: approx Medium Orchid. HEX triplet: BA, 59 and F3. RGB value is (186,89,243). Sum of RGB (Red+Green+Blue) = 186+89+243=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA59F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59F3 is #45A60C. Grayscale: #878787. Windows color (decimal): -4564493 or 15948218. OLE color: 15948218.

HSL color Cylindrical-coordinate representation of color #BA59F3: hue angle of 277.79º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA59F3 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18689243-
CMYK0.230.6300.05
HSL277.79º86.52%65.1%-
HSV(B)277.79º63.37%95.29%-
XYZ4024.0587.33-
YUV135.56188.64163.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 89 (35.16% from 255) = 17.18%
BLUE value IS 243 (95.31% from 255) = 46.91%
R=35.91%
G=17.18%
B=46.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186892430.230.6300.05277.7986.5265.1
HexBA59F3173F051165741
Octal272131363277705426127101
Binary1011101010110011111001110111111111010110001011010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA59F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA59F3; }

 p { color: rgb(186,89,243); }

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

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

 a { background-color: rgb(186,89,243); }

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

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

 span { border-color: rgb(186,89,243); }

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