#BA6ECC

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

Shades of Medium Orchid #BA6ECC

Tints of Medium Orchid #BA6ECC

Color information

#BA6ECC (or 0xBA6ECC) is unknown color: approx Medium Orchid. HEX triplet: BA, 6E and CC. RGB value is (186,110,204). Sum of RGB (Red+Green+Blue) = 186+110+204=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ECC is #459133. Grayscale: #8F8F8F. Windows color (decimal): -4559156 or 13397690. OLE color: 13397690.

HSL color Cylindrical-coordinate representation of color #BA6ECC: hue angle of 288.51º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6ECC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186110204-
CMYK0.090.4600.2
HSL288.51º47.96%61.57%-
HSV(B)288.51º46.08%80%-
XYZ36.7225.9560.2-
YUV143.44162.18158.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 110 (43.36% from 255) = 22%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=37.2%
G=22%
B=40.8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861102040.090.4600.2288.5147.9661.57
HexBA6ECC92E014121303e
Octal27215631411560244416076
Binary101110101101110110011001001101110010100100100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6ECC; }

 p { color: rgb(186,110,204); }

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

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

 a { background-color: rgb(186,110,204); }

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

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

 span { border-color: rgb(186,110,204); }

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