#BA49FB

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

Shades of Medium Orchid #BA49FB

Tints of Medium Orchid #BA49FB

Color information

#BA49FB (or 0xBA49FB) is unknown color: approx Medium Orchid. HEX triplet: BA, 49 and FB. RGB value is (186,73,251). Sum of RGB (Red+Green+Blue) = 186+73+251=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA49FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49FB is #45B604. Grayscale: #7E7E7E. Windows color (decimal): -4568581 or 16468410. OLE color: 16468410.

HSL color Cylindrical-coordinate representation of color #BA49FB: hue angle of 278.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA49FB is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18673251-
CMYK0.260.7100.02
HSL278.09º95.7%63.53%-
HSV(B)278.09º70.92%98.43%-
XYZ40.0422.1793.44-
YUV127.08197.94170.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 73 (28.91% from 255) = 14.31%
BLUE value IS 251 (98.44% from 255) = 49.22%
R=36.47%
G=14.31%
B=49.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186732510.260.7100.02278.0995.763.53
HexBA49FB1A47021166040
Octal2721113733210702426140100
Binary1011101010010011111101111010100011101010001011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA49FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA49FB; }

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

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

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

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

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

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

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

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