#BA68EC

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

Shades of Medium Orchid #BA68EC

Tints of Medium Orchid #BA68EC

Color information

#BA68EC (or 0xBA68EC) is unknown color: approx Medium Orchid. HEX triplet: BA, 68 and EC. RGB value is (186,104,236). Sum of RGB (Red+Green+Blue) = 186+104+236=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA68EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68EC is #459713. Grayscale: #8F8F8F. Windows color (decimal): -4560660 or 15493306. OLE color: 15493306.

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

Color convert

RGB186104236-
CMYK0.210.5600.07
HSL277.27º77.65%66.67%-
HSV(B)277.27º55.93%92.55%-
XYZ40.3426.482.33-
YUV143.57180.17158.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 104 (41.02% from 255) = 19.77%
BLUE value IS 236 (92.58% from 255) = 44.87%
R=35.36%
G=19.77%
B=44.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861042360.210.5600.07277.2777.6566.67
HexBA68EC1538071154e43
Octal272150354257007425116103
Binary1011101011010001110110010101111000011110001010110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68EC; }

 p { color: rgb(186,104,236); }

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

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

 a { background-color: rgb(186,104,236); }

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

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

 span { border-color: rgb(186,104,236); }

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