#BA4AD4

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

Shades of Medium Orchid #BA4AD4

Tints of Medium Orchid #BA4AD4

Color information

#BA4AD4 (or 0xBA4AD4) is unknown color: approx Medium Orchid. HEX triplet: BA, 4A and D4. RGB value is (186,74,212). Sum of RGB (Red+Green+Blue) = 186+74+212=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA4AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AD4 is #45B52B. Grayscale: #7A7A7A. Windows color (decimal): -4568364 or 13912762. OLE color: 13912762.

HSL color Cylindrical-coordinate representation of color #BA4AD4: hue angle of 288.7º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4AD4 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18674212-
CMYK0.120.6500.17
HSL288.7º61.61%56.08%-
HSV(B)288.7º65.09%83.14%-
XYZ34.5820.0964.34-
YUV123.22178.11172.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 74 (29.30% from 255) = 15.68%
BLUE value IS 212 (83.20% from 255) = 44.92%
R=39.41%
G=15.68%
B=44.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal186742120.120.6500.17288.761.6156.08
HexBA4AD4C410111213e38
Octal272112324141010214417670
Binary1011101010010101101010011001000001010001100100001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4AD4; }

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

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

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

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

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

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

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

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