#BA54EA

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

Shades of Medium Orchid #BA54EA

Tints of Medium Orchid #BA54EA

Color information

#BA54EA (or 0xBA54EA) is unknown color: approx Medium Orchid. HEX triplet: BA, 54 and EA. RGB value is (186,84,234). Sum of RGB (Red+Green+Blue) = 186+84+234=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA54EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54EA is #45AB15. Grayscale: #838383. Windows color (decimal): -4565782 or 15357114. OLE color: 15357114.

HSL color Cylindrical-coordinate representation of color #BA54EA: hue angle of 280.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA54EA is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18684234-
CMYK0.210.6400.08
HSL280.8º78.12%62.35%-
HSV(B)280.8º64.1%91.76%-
XYZ38.2722.7280.21-
YUV131.6185.79166.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 84 (33.20% from 255) = 16.67%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=36.90%
G=16.67%
B=46.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal186842340.210.6400.08280.878.1262.35
HexBA54EA1540081194e3e
Octal2721243522510001043111676
Binary10111010101010011101010101011000000010001000110011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54EA; }

 p { color: rgb(186,84,234); }

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

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

 a { background-color: rgb(186,84,234); }

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

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

 span { border-color: rgb(186,84,234); }

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