#BA66E8

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

Shades of Medium Orchid #BA66E8

Tints of Medium Orchid #BA66E8

Color information

#BA66E8 (or 0xBA66E8) is unknown color: approx Medium Orchid. HEX triplet: BA, 66 and E8. RGB value is (186,102,232). Sum of RGB (Red+Green+Blue) = 186+102+232=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA66E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66E8 is #459917. Grayscale: #8D8D8D. Windows color (decimal): -4561176 or 15230650. OLE color: 15230650.

HSL color Cylindrical-coordinate representation of color #BA66E8: hue angle of 278.77º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA66E8 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186102232-
CMYK0.200.5600.09
HSL278.77º73.86%65.49%-
HSV(B)278.77º56.03%90.98%-
XYZ39.5725.7779.23-
YUV141.94178.83159.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 102 (40.23% from 255) = 19.62%
BLUE value IS 232 (91.02% from 255) = 44.62%
R=35.77%
G=19.62%
B=44.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861022320.200.5600.09278.7773.8665.49
HexBA66E81438091174a41
Octal2721463502470011427112101
Binary10111010110011011101000101001110000100110001011110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66E8; }

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

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

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

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

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

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

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

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