#BA56F5

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

Shades of Medium Orchid #BA56F5

Tints of Medium Orchid #BA56F5

Color information

#BA56F5 (or 0xBA56F5) is unknown color: approx Medium Orchid. HEX triplet: BA, 56 and F5. RGB value is (186,86,245). Sum of RGB (Red+Green+Blue) = 186+86+245=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 86 (33.98% from 255 or 16.63% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA56F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56F5 is #45A90A. Grayscale: #858585. Windows color (decimal): -4565259 or 16078522. OLE color: 16078522.

HSL color Cylindrical-coordinate representation of color #BA56F5: hue angle of 277.74º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA56F5 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18686245-
CMYK0.240.6500.04
HSL277.74º88.83%64.9%-
HSV(B)277.74º64.9%96.08%-
XYZ40.0623.6988.85-
YUV134.03190.63165.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 86 (33.98% from 255) = 16.63%
BLUE value IS 245 (96.09% from 255) = 47.39%
R=35.98%
G=16.63%
B=47.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186862450.240.6500.04277.7488.8364.9
HexBA56F51841041165941
Octal2721263653010104426131101
Binary10111010101011011110101110001000001010010001011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA56F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA56F5; }

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

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

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

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

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

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

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

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