#BA49EF

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

Shades of Medium Orchid #BA49EF

Tints of Medium Orchid #BA49EF

Color information

#BA49EF (or 0xBA49EF) is unknown color: approx Medium Orchid. HEX triplet: BA, 49 and EF. RGB value is (186,73,239). Sum of RGB (Red+Green+Blue) = 186+73+239=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA49EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49EF is #45B610. Grayscale: #7D7D7D. Windows color (decimal): -4568593 or 15681978. OLE color: 15681978.

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

Color convert

RGB18673239-
CMYK0.220.6900.06
HSL280.84º83.84%61.18%-
HSV(B)280.84º69.46%93.73%-
XYZ38.2121.4483.78-
YUV125.71191.94171-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 73 (28.91% from 255) = 14.66%
BLUE value IS 239 (93.75% from 255) = 47.99%
R=37.35%
G=14.66%
B=47.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186732390.220.6900.06280.8483.8461.18
HexBA49EF164506119543d
Octal272111357261050643112475
Binary1011101010010011110111110110100010101101000110011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA49EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA49EF; }

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

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

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

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

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

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

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

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