#BA4AD2

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

Shades of Medium Orchid #BA4AD2

Tints of Medium Orchid #BA4AD2

Color information

#BA4AD2 (or 0xBA4AD2) is unknown color: approx Medium Orchid. HEX triplet: BA, 4A and D2. RGB value is (186,74,210). Sum of RGB (Red+Green+Blue) = 186+74+210=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA4AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AD2 is #45B52D. Grayscale: #7A7A7A. Windows color (decimal): -4568366 or 13781690. OLE color: 13781690.

HSL color Cylindrical-coordinate representation of color #BA4AD2: hue angle of 289.41º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4AD2 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18674210-
CMYK0.110.6500.18
HSL289.41º60.18%55.69%-
HSV(B)289.41º64.76%82.35%-
XYZ34.3319.9963.02-
YUV122.99177.11172.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 74 (29.30% from 255) = 15.74%
BLUE value IS 210 (82.42% from 255) = 44.68%
R=39.57%
G=15.74%
B=44.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186742100.110.6500.18289.4160.1855.69
HexBA4AD2B410121213c38
Octal272112322131010224417470
Binary1011101010010101101001010111000001010010100100001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4AD2; }

 p { color: rgb(186,74,210); }

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

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

 a { background-color: rgb(186,74,210); }

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

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

 span { border-color: rgb(186,74,210); }

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