#BA41EF

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

Shades of Medium Orchid #BA41EF

Tints of Medium Orchid #BA41EF

Color information

#BA41EF (or 0xBA41EF) is unknown color: approx Medium Orchid. HEX triplet: BA, 41 and EF. RGB value is (186,65,239). Sum of RGB (Red+Green+Blue) = 186+65+239=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA41EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41EF is #45BE10. Grayscale: #787878. Windows color (decimal): -4570641 or 15679930. OLE color: 15679930.

HSL color Cylindrical-coordinate representation of color #BA41EF: hue angle of 281.72º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA41EF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18665239-
CMYK0.220.7300.06
HSL281.72º84.47%59.61%-
HSV(B)281.72º72.8%93.73%-
XYZ37.7220.4583.62-
YUV121.02194.59174.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 65 (25.78% from 255) = 13.27%
BLUE value IS 239 (93.75% from 255) = 48.78%
R=37.96%
G=13.27%
B=48.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186652390.220.7300.06281.7284.4759.61
HexBA41EF16490611a543c
Octal272101357261110643212474
Binary1011101010000011110111110110100100101101000110101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA41EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA41EF; }

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

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

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

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

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

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

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

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