#ba4ee2

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

Shades of Medium Orchid #BA4EE2

Tints of Medium Orchid #BA4EE2

Color information

#BA4EE2 (or 0xBA4EE2) is unknown color: approx Medium Orchid. HEX triplet: BA, 4E and E2. RGB value is (186,78,226). Sum of RGB (Red+Green+Blue) = 186+78+226=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA4EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EE2 is #45B11D. Grayscale: #7E7E7E. Windows color (decimal): -4567326 or 14831290. OLE color: 14831290.

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

Color convert

RGB18678226-
CMYK0.180.6500.11
HSL283.78º71.84%59.61%-
HSV(B)283.78º65.49%88.63%-
XYZ36.721.3874.14-
YUV127.16183.78169.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 78 (30.86% from 255) = 15.92%
BLUE value IS 226 (88.67% from 255) = 46.12%
R=37.96%
G=15.92%
B=46.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal186782260.180.6500.11283.7871.8459.61
HexBA4EE212410B11c483c
Octal2721163422210101343411074
Binary10111010100111011100010100101000001010111000111001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4ee2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4ee2; }

 p { color: rgb(186,78,226); }

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

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

 a { background-color: rgb(186,78,226); }

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

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

 span { border-color: rgb(186,78,226); }

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