#BA66EE

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

Shades of Medium Orchid #BA66EE

Tints of Medium Orchid #BA66EE

Color information

#BA66EE (or 0xBA66EE) is unknown color: approx Medium Orchid. HEX triplet: BA, 66 and EE. RGB value is (186,102,238). Sum of RGB (Red+Green+Blue) = 186+102+238=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66EE is #459911. Grayscale: #8E8E8E. Windows color (decimal): -4561170 or 15623866. OLE color: 15623866.

HSL color Cylindrical-coordinate representation of color #BA66EE: hue angle of 277.06º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA66EE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186102238-
CMYK0.220.5700.07
HSL277.06º80%66.67%-
HSV(B)277.06º57.14%93.33%-
XYZ40.4326.1183.8-
YUV142.62181.83158.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 102 (40.23% from 255) = 19.39%
BLUE value IS 238 (93.36% from 255) = 45.25%
R=35.36%
G=19.39%
B=45.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861022380.220.5700.07277.068066.67
HexBA66EE1639071155043
Octal272146356267107425120103
Binary1011101011001101110111010110111001011110001010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66EE; }

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

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

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

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

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

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

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

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