#BA66EA

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

Shades of Medium Orchid #BA66EA

Tints of Medium Orchid #BA66EA

Color information

#BA66EA (or 0xBA66EA) is unknown color: approx Medium Orchid. HEX triplet: BA, 66 and EA. RGB value is (186,102,234). Sum of RGB (Red+Green+Blue) = 186+102+234=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA66EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66EA is #459915. Grayscale: #8D8D8D. Windows color (decimal): -4561174 or 15361722. OLE color: 15361722.

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

Color convert

RGB186102234-
CMYK0.210.5600.08
HSL278.18º75.86%65.88%-
HSV(B)278.18º56.41%91.76%-
XYZ39.8525.8880.74-
YUV142.16179.83159.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 102 (40.23% from 255) = 19.54%
BLUE value IS 234 (91.80% from 255) = 44.83%
R=35.63%
G=19.54%
B=44.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861022340.210.5600.08278.1875.8665.88
HexBA66EA1538081164c42
Octal2721463522570010426114102
Binary10111010110011011101010101011110000100010001011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66EA; }

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

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

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

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

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

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

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

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