#BA49CF

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

Shades of Medium Orchid #BA49CF

Tints of Medium Orchid #BA49CF

Color information

#BA49CF (or 0xBA49CF) is unknown color: approx Medium Orchid. HEX triplet: BA, 49 and CF. RGB value is (186,73,207). Sum of RGB (Red+Green+Blue) = 186+73+207=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA49CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49CF is #45B630. Grayscale: #797979. Windows color (decimal): -4568625 or 13584826. OLE color: 13584826.

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

Color convert

RGB18673207-
CMYK0.100.6500.19
HSL290.6º58.26%54.9%-
HSV(B)290.6º64.73%81.18%-
XYZ33.8919.7161.05-
YUV122.06175.94173.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 73 (28.91% from 255) = 15.67%
BLUE value IS 207 (81.25% from 255) = 44.42%
R=39.91%
G=15.67%
B=44.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186732070.100.6500.19290.658.2654.9
HexBA49CFA410131233a37
Octal272111317121010234437267
Binary1011101010010011100111110101000001010011100100011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA49CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA49CF; }

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

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

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

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

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

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

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

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