#BA6ECB

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

Shades of Medium Orchid #BA6ECB

Tints of Medium Orchid #BA6ECB

Color information

#BA6ECB (or 0xBA6ECB) is unknown color: approx Medium Orchid. HEX triplet: BA, 6E and CB. RGB value is (186,110,203). Sum of RGB (Red+Green+Blue) = 186+110+203=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ECB is #459134. Grayscale: #8F8F8F. Windows color (decimal): -4559157 or 13332154. OLE color: 13332154.

HSL color Cylindrical-coordinate representation of color #BA6ECB: hue angle of 289.03º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6ECB is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186110203-
CMYK0.080.4600.20
HSL289.03º47.21%61.37%-
HSV(B)289.03º45.81%79.61%-
XYZ36.6125.959.57-
YUV143.33161.68158.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 110 (43.36% from 255) = 22.04%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=37.27%
G=22.04%
B=40.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861102030.080.4600.20289.0347.2161.37
HexBA6ECB82E0141212f3d
Octal27215631310560244415775
Binary101110101101110110010111000101110010100100100001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6ECB; }

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

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

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

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

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

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

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

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