#BA41E5

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

Shades of Medium Orchid #BA41E5

Tints of Medium Orchid #BA41E5

Color information

#BA41E5 (or 0xBA41E5) is unknown color: approx Medium Orchid. HEX triplet: BA, 41 and E5. RGB value is (186,65,229). Sum of RGB (Red+Green+Blue) = 186+65+229=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA41E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41E5 is #45BE1A. Grayscale: #777777. Windows color (decimal): -4570651 or 15024570. OLE color: 15024570.

HSL color Cylindrical-coordinate representation of color #BA41E5: hue angle of 284.27º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA41E5 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18665229-
CMYK0.190.7200.10
HSL284.27º75.93%57.65%-
HSV(B)284.27º71.62%89.8%-
XYZ36.2819.8876.05-
YUV119.88189.59175.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 65 (25.78% from 255) = 13.54%
BLUE value IS 229 (89.84% from 255) = 47.71%
R=38.75%
G=13.54%
B=47.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal186652290.190.7200.10284.2775.9357.65
HexBA41E513480A11c4c3a
Octal2721013452311001243411472
Binary10111010100000111100101100111001000010101000111001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA41E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA41E5; }

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

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

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

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

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

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

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

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