#BA50F5

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

Shades of Medium Orchid #BA50F5

Tints of Medium Orchid #BA50F5

Color information

#BA50F5 (or 0xBA50F5) is unknown color: approx Medium Orchid. HEX triplet: BA, 50 and F5. RGB value is (186,80,245). Sum of RGB (Red+Green+Blue) = 186+80+245=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA50F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50F5 is #45AF0A. Grayscale: #818181. Windows color (decimal): -4566795 or 16076986. OLE color: 16076986.

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

Color convert

RGB18680245-
CMYK0.240.6700.04
HSL278.55º89.19%63.73%-
HSV(B)278.55º67.35%96.08%-
XYZ39.622.7788.69-
YUV130.5192.62167.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 80 (31.64% from 255) = 15.66%
BLUE value IS 245 (96.09% from 255) = 47.95%
R=36.40%
G=15.66%
B=47.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186802450.240.6700.04278.5589.1963.73
HexBA50F51843041175940
Octal2721203653010304427131100
Binary10111010101000011110101110001000011010010001011110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA50F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA50F5; }

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

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

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

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

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

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

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

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