#BA41F3

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

Shades of Medium Orchid #BA41F3

Tints of Medium Orchid #BA41F3

Color information

#BA41F3 (or 0xBA41F3) is unknown color: approx Medium Orchid. HEX triplet: BA, 41 and F3. RGB value is (186,65,243). Sum of RGB (Red+Green+Blue) = 186+65+243=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA41F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41F3 is #45BE0C. Grayscale: #787878. Windows color (decimal): -4570637 or 15942074. OLE color: 15942074.

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

Color convert

RGB18665243-
CMYK0.230.7300.05
HSL280.79º88.12%60.39%-
HSV(B)280.79º73.25%95.29%-
XYZ38.3220.6986.77-
YUV121.47196.59174.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 65 (25.78% from 255) = 13.16%
BLUE value IS 243 (95.31% from 255) = 49.19%
R=37.65%
G=13.16%
B=49.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186652430.230.7300.05280.7988.1260.39
HexBA41F3174905119583c
Octal272101363271110543113074
Binary1011101010000011111001110111100100101011000110011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA41F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA41F3; }

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

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

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

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

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

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

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

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